We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: