Permission error - mount permission denied - during building image or when running buildah info
command
#6279
Replies: 5 comments 1 reply
-
That 0x1000 is the storage library attempting to bind mount the graph root over itself so that it can mark mounts under it as private. Normally, that should be allowed within the user namespace that it's set up for itself inside of the container. Adding |
Beta Was this translation helpful? Give feedback.
-
I'm not yet sure that there's going to be anything to patch here. Converting to a discussion. |
Beta Was this translation helpful? Give feedback.
-
Hi @nalind, thanks for your response.
Noticed that after adding But I am not able to build the containers, which is the goal. Now the error is:
Another example:
|
Beta Was this translation helpful? Give feedback.
-
@nalind Forgot to answer this
|
Beta Was this translation helpful? Give feedback.
-
Hi @nalind, how do you think this problem can be tackled? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
I am not able to build images in CI (Jenkins). Buildah fails with this error:
Also
buildah info
fails with:Steps to reproduce the issue
Steps to reproduce the issue
privileged: true
.privileged: true
. I am using this configuration:parallel
in buildah for parallelizing the builds. But I don't think that's important becausebuildah info
command also complains:storage-conf.yaml
:Describe the results you received
The build fails with
Describe the results you expected
The build to go through or
buildah info
showing correct output.buildah version output
buildah info output
Provide your storage.conf
Upstream Latest Release
Yes
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Beta Was this translation helpful? Give feedback.
All reactions