Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make create Failure #46

Open
ronnieroyston opened this issue Jul 5, 2021 · 0 comments
Open

make create Failure #46

ronnieroyston opened this issue Jul 5, 2021 · 0 comments

Comments

@ronnieroyston
Copy link

ronnieroyston commented Jul 5, 2021

Is the initial lab build supposed to fail? I ran through it twice without getting past the initial setup.

It looks like the build script is failing to find the init system for the Linux distribution "dumb-init-1.2.5-r1"

Below is the console message:

Step 6/10 : RUN adduser -D apprunner &&     apk add --no-cache     dumb-init=1.2.5-r0 &&     pip3 install -r /opt/requirements.txt &&     chown -R apprunner:apprunner /opt/
 ---> Running in 32deaf5f1051
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
  dumb-init-1.2.5-r1:
    breaks: world[dumb-init=1.2.5-r0]
The command '/bin/sh -c adduser -D apprunner &&     apk add --no-cache     dumb-init=1.2.5-r0 &&     pip3 install -r /opt/requirements.txt &&     chown -Rapprunner:apprunner /opt/' returned a non-zero code: 1
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1
-----------------------------------------------------------------------------------------------------------------------------------------------------------
ERROR: (gcloud.builds.submit) build 03471bb8-953a-488a-ab4b-08f98f6d9318 completed with status "FAILURE"
make: *** [Makefile:26: create] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant