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
NFS 4.2 along with a kernel > 5.9 allows for podman being able to pull images into a nfs mounted directory. This is due to the s
upport for extended attributes being added to nfs (https://datatracker.ietf.org/doc/rfc8276/)
Unfortunately support for getxattr, setxattr and listxattr was added but not support for lsetxattr (ie. setxattr -h). The oracle
linux:8 image contains the link /dev/initctl with extended attributes which comes from oraclelinux-8-amd64-rootfs.tar.xz. Althoug
h this link is removed when a container is run, because it is in the base image, we cannot use podman on nfs mounted home directo
ries as it fails to load the image.
If I download oraclelinux-8-amd64-rootfs.tar.xz from GitHub along with the Dockerfile, I can remove /dev/initctl from oraclelinux
-8-amd64-rootfs.tar.xz and rebuild the image locally it works great. Is there any way to get this change into the base image as
this file does not appear necessary?
Or please let me know if there is a better solution.
The text was updated successfully, but these errors were encountered:
NFS 4.2 along with a kernel > 5.9 allows for podman being able to pull images into a nfs mounted directory. This is due to the s
upport for extended attributes being added to nfs (https://datatracker.ietf.org/doc/rfc8276/)
Unfortunately support for getxattr, setxattr and listxattr was added but not support for lsetxattr (ie. setxattr -h). The oracle
linux:8 image contains the link /dev/initctl with extended attributes which comes from oraclelinux-8-amd64-rootfs.tar.xz. Althoug
h this link is removed when a container is run, because it is in the base image, we cannot use podman on nfs mounted home directo
ries as it fails to load the image.
If I download oraclelinux-8-amd64-rootfs.tar.xz from GitHub along with the Dockerfile, I can remove /dev/initctl from oraclelinux
-8-amd64-rootfs.tar.xz and rebuild the image locally it works great. Is there any way to get this change into the base image as
this file does not appear necessary?
Or please let me know if there is a better solution.
The text was updated successfully, but these errors were encountered: