You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
At some point during startup, docker compose seems to have problems pulling images.
command line output:
β hocus git:(main) HOCUS_HOSTNAME="localhost" ops/bin/local-up.sh
Building docker images π·π¦
Building vm-builder done in 1,84 s β
Building db-autosetup done in 0,95 s β
Building keycloak done in 1,12 s β
Building temporal-codec done in 1,93 s β
Building ui done in 1,29 s β
Building agent done in 1,54 s β
Pulling docker images π₯ - β in 0,08
I tried to track down the error which led me to believe that the --ignore-buildable flag might be misplaced (compose says "unknown flag: --ignore-buildable") - if I remove this flag though, I get the following error
β hocus git:(main) β HOCUS_HOSTNAME="localhost" ops/bin/local-up.sh
Building docker images π·π¦
Building vm-builder done in 2,13 s β
Building db-autosetup done in 0,88 s β
Building keycloak done in 1,05 s β
Building temporal-codec done in 11,73 s β
Building ui done in 8,67 s β
Building agent done in 10,64 s β
Pulling docker images π₯WARN[0000] The "AGENT_DEV_CREATE_HOCUS_PROJECTS" variable is not set. Defaulting to a blank string.
WARN[0000] The "AGENT_DEV_CREATE_DEVELOPEMENT_PROJECTS" variable is not set. Defaulting to a blank string.
WARN[0000] The "HOCUS_REPO_PRIVATE_KEY" variable is not set. Defaulting to a blank string.
WARN[0000] The "GITHUB_APP_HOCUS_DEV_CLIENT_SECRET" variable is not set. Defaulting to a blank string.
[+] Running 10/10
β Ώ hocus-agent Skipped 0.0s
β Ώ setup-keycloak Skipped 0.0s
β Ώ temporal-hocus-codec Skipped 0.0s
β Ώ setup-vm-images Skipped 0.0s
β Ώ hocus-ui Skipped 0.0s
β Ώ keycloak Skipped 0.0s
β Ώ temporal Pulled 1.2s
β Ώ db Pulled 1.0s
β Ώ temporal-ui Pulled 1.1s
β Ώ temporal-admin-tools Pulled 1.2s
Pulling docker images π₯ - β in 1,29 s
Building MicroVMs π·π₯οΈ - β in 6,43 s
Seeding the DB π± - β in 0,99 s
Starting the DB π - β in 0,10
no such service: setup-keycloak
Above you will find the logs
Please report this problem here
πππ https://github.com/hocus-dev/hocus/issues/new/choose πππ
We will get you a π¦ to help you as quickly as possible
It seems like your docker-compose version may be too low since it doesn't support the --ignore-buildable flag. It's been introduced only recently - docker/compose#10134. Can you try upgrading and see if that helps?
You are right. The latest Ubuntu LTS (Jammy) is stuck on docker-compose 1.29.2. Thank you for taking a look at this.
After upgrading to 2.17.2 it worked like a charm. For anyone with a similar problem, here are the steps I took to upgrade:
At some point during startup, docker compose seems to have problems pulling images.
command line output:
I tried to track down the error which led me to believe that the --ignore-buildable flag might be misplaced (compose says "unknown flag: --ignore-buildable") - if I remove this flag though, I get the following error
Environment
The text was updated successfully, but these errors were encountered: