Skip to content

Commit

Permalink
remove 20.04,
Browse files Browse the repository at this point in the history
only the unifi image needed, unifi 8.x now supports mongo 6.x+
  • Loading branch information
JasonEverling committed Mar 28, 2024
1 parent c2aa42a commit 9279a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
DOCKER_TOKEN: ${{secrets.DOCKER_TOKEN}}
run: |
docker login -u $DOCKER_USER -p $DOCKER_TOKEN
- name: Build 20.04
run: |
docker build . --pull --build-arg OS_VERSION=20.04 --tag bshp/ocie:20.04 --no-cache
- name: Push 20.04
run: |
docker push bshp/ocie:20.04
- name: Build 22.04
run: |
docker build . --pull --build-arg OS_VERSION=${{env.STABLE_CHANNEL}} --tag bshp/ocie:latest --no-cache
Expand Down
3 changes: 2 additions & 1 deletion src/usr/sbin/ociectl
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function ocie_reload()

function ocie_start()
{
echo "Ocie: Initializing container";
ocie_certs;
ocie_keys;
ocie_config;
Expand All @@ -122,7 +123,7 @@ function ocie_start()
check_volumes;
fi;
echo "Ocie: Initialization complete";
echo "Ocie: Application starting, please wait...";
echo "Ocie: Starting application, please wait...";
if [[ "${WATCHER_ENABLED}" == "1" ]];then
local pid=$(app_start);
if [[ ! -z "$pid" ]];then
Expand Down

0 comments on commit 9279a8a

Please sign in to comment.