You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buildah fails to build openjdk:15 based image on EXPOSE step when buildah bud is running in privileged container using overlayfs.
This is may be somehow related to containers/buildah#3384, because it is also openjdk:15 based image and is something with /dev/* in containers, but this issue is reproduced only in overlayfs, vfs works fine.
When running with docker the error is
lgetxattr /var/lib/containers/storage/overlay/3da3dadd6e3530202229eff0f68056e6da9cf2f60a0902c6307723fbe62d1825/merged/dev/ptmx: no such file or directory
When running with podman the error for buildah stable latest (and 1.21)
Buildah fails to build openjdk:15 based image on EXPOSE step when buildah bud is running in privileged container using overlayfs.
This is may be somehow related to containers/buildah#3384, because it is also openjdk:15 based image and is something with /dev/* in containers, but this issue is reproduced only in overlayfs, vfs works fine.
When running with docker the error is
When running with podman the error for buildah stable latest (and 1.21)
And error is the same as in docker for buildah 1.19.8
Steps to reproduce the issue:
It is very simple to reproduce
Describe the results you received:
With podman on ubuntu 20.04 host and Fedora 34 host
With docker on centos 8.4 host
Centos
Ubuntu
Fedora
The text was updated successfully, but these errors were encountered: