Replies: 5 comments 2 replies
-
@giuseppe PTAL |
Beta Was this translation helpful? Give feedback.
-
you can't use overlay on top of overlay. Are you using a volume for the containers storage? Alternatively, is |
Beta Was this translation helpful? Give feedback.
-
Yes the containers storage path /var/lib/containers is local storage from the node
No, and we would like to use native overlayfs instead. |
Beta Was this translation helpful? Give feedback.
-
can you please strace the buildah process so we can see what syscall is failing? something like:
|
Beta Was this translation helpful? Give feedback.
-
converted to a discussion, it doesn't seem to be an issue in buildah so far |
Beta Was this translation helpful? Give feedback.
-
Description
Steps to reproduce the issue:
I'm trying to run
buildah pull
from within a container running in kubernetes in privileged userns. The relevant kubernetes deployment configuration is:References
Describe the results you received:
When trying to pull an image
I'll get the error
This seems to be closely related to https://github.com/containers/buildah/blob/main/troubleshooting.md#6-rootless-buildah-build-fails-when-using-overlayfs
But I have the privilege to create whiteout files
and mounting overlayfs is possible too
Describe the results you expected:
The image should be pulled sucessfully.
Output of
buildah version
:Output of
cat /etc/containers/storage.conf
:More debugging output:
cluster node details
Details of the cluster node that schedules the container buildah is running in.
Beta Was this translation helpful? Give feedback.
All reactions