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
Is your feature request related to a problem? Please describe.
I get this error about mismatching architectures when trying to enable docker-in-docker dind:
(devbox) bash-3.2$ gitlab-ci-local "Apply Dev" --variable CI_PROJECT_ID=$CI_PROJECT_ID --variable CI_JOB_TOKEN=$CI_JOB_TOKEN --volume ~/.aws:/root/.aws --privileged --ulimit=8000:16000 --variable DOCKER_TLS_CERTDIR=/tmp/kafka/kafka.client.truststore.jksparsing and downloads finished in 323 msApply Dev starting registry.gitlab.com/----/pipelines:----move-to-gitlab (Stage)Apply Dev copied to docker volumes in 867 msApply Dev started service image: docker:dind with aliases: docker in 411 msApply Dev > still running...Apply Dev > still running...Apply Dev > still running...Apply Dev service image: docker:dind healthcheck failedApply Dev Command failed with exit code 124: docker run --rm --name=gcl-wait-for-it-126041-0-2375 --network gitlab-ci-local-126041 docker.io/willwill/wait-for-it docker:2375 -t 30Apply Dev Info: Your devbox environment may be out of date. Please run Apply Dev Apply Dev eval "$(devbox global shellenv --recompute)"Apply Dev Apply Dev WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requestedApply Dev wait-for-it.sh: waiting 30 seconds for docker:2375Apply Dev wait-for-it.sh: timeout occurred after waiting 30 seconds for docker:2375Apply Dev also see (/Users/justin/git/---/lambdas/regex/.gitlab-ci-local/services-output/ApplyIADev/docker:dind-0.log)Apply Dev service image: docker:dind healthcheck failedApply Dev Command failed with exit code 124: docker run --rm --name=gcl-wait-for-it-126041-0-2376 --network gitlab-ci-local-126041 docker.io/willwill/wait-for-it docker:2376 -t 30Apply Dev Info: Your devbox environment may be out of date. Please run Apply Dev Apply Dev eval "$(devbox global shellenv --recompute)"Apply Dev Apply Dev WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requestedApply Dev wait-for-it.sh: waiting 30 seconds for docker:2376Apply Dev wait-for-it.sh: timeout occurred after waiting 30 seconds for docker:2376Apply Dev also see (/Users/justin/git/---/lambdas/regex/.gitlab-ci-local/services-output/ApplyIADev/docker:dind-0.log)
Describe the solution you'd like
I'd love a way to specify architecture for the required images (apparently docker.io/willwill/wait-for-it?)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
$ gitlab-ci-local --version4.45.1Apply Dev $ docker --versionApply Dev > Docker version 19.03.15, build 99e3ed8
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I get this error about mismatching architectures when trying to enable docker-in-docker dind:
Describe the solution you'd like
I'd love a way to specify architecture for the required images (apparently
docker.io/willwill/wait-for-it
?)Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: