-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
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
overlayfs is not working on Debian host #4840
Comments
Hi, Could you share more detail like if you are running buildah inside a container ? output of |
Hi, I don't run buildah inside a container. It is a new Debian VM, and if I install buildah with apt (1.19) or I build from source (1.31), the result is the same.
If I run the same with root, this line is different: |
How old of a kernel are you running with? Could you change the /etc/containers/storage.conf to specify overlay as the storage driver? |
apt upgrade, update run a few days ago. Output of uname -a: |
I checked on Debian 12 and the build is working with overlay. So the problem is only on Debian 11. |
Most likely rootless overlay does not work on Debian 11. |
A friendly reminder that this issue had no activity for 30 days. |
Description
I cannot run pip upgrade in an alpine image on a debian host with overlayfs.
Steps to reproduce the issue:
I use the following Dockerfile:
Describe the results you received:
If I run buildah bud -t testimage . with non-root user, I got the following:
It uses overlayfs, but if I set --storage-driver overlay --storage-opt mount_program=/usr/bin/fuse-overlayfs, the result is the same.
Describe the results you expected:
Buf I do the same with root, or with non-root, but with STORAGE_DRIVER=vfs, or run pip upgrade with non-root in the Dockerfile it is working:
Output of
rpm -q buildah
orapt list buildah
:I'm using the latest buildah, but it is the same if I install buildah 1.19 with apt.
buildah/stable 1.19.6+dfsg1-1+b6 amd64
Output of
buildah version
:Output of
cat /etc/*release
:Output of
uname -a
:Linux itdevvmtest 5.10.0-23-amd64 #1 SMP Debian 5.10.179-1 (2023-05-12) x86_64 GNU/Linux
Output of
cat /etc/containers/storage.conf
:We don't have these config files.
The text was updated successfully, but these errors were encountered: