Replies: 5 comments 2 replies
|
you can't use overlay on top of overlay. Are you using a volume for the containers storage? Alternatively, is |
Yes the containers storage path /var/lib/containers is local storage from the node
No, and we would like to use native overlayfs instead. |
|
can you please strace the buildah process so we can see what syscall is failing? something like: |
|
converted to a discussion, it doesn't seem to be an issue in buildah so far |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Steps to reproduce the issue:
I'm trying to run
buildah pullfrom 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.
All reactions