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
#2 [internal] load .dockerignore #2 ...
#1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 59B done #1 DONE 0.1s
#2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.2s error: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to read dockerfile: failed to mount /tmp/buildkit-mount291075877: [{Type:bind Source:/tmp/buildkitd/runc-native/snapshots/snapshots/1 Options:[rbind ro]}]: operation not permitted
The text was updated successfully, but these errors were encountered:
We experience very same issue :-(
Concourse version: 5.6.0
Sorry, something went wrong.
Per #5 this typically means you aren't running in privileged mode. Add the privileged: true line to your task config
privileged: true
- task: build image privileged: true config: ...
Per https://github.com/vito/oci-build-task#oci-build-task:
A stretch goal of this is to support running without privileged: true, though it currently still requires it.
However the README example below was wrong, so I've corrected it.
No branches or pull requests
#2 [internal] load .dockerignore
#2 ...
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 59B done
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.2s
error: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to read dockerfile: failed to mount /tmp/buildkit-mount291075877: [{Type:bind Source:/tmp/buildkitd/runc-native/snapshots/snapshots/1 Options:[rbind ro]}]: operation not permitted
The text was updated successfully, but these errors were encountered: