On 2/21/22 09:15, Sopena Ballesteros Manuel wrote:

Dear buildah community,


we are just trying to create a container image inside an unprivileged container using buildah, however this process fails as shown below:


$ buildah bud -f Dockerfile --format docker -t $IMAGE_NAME
'overlay' is not supported over overlayfs, a mount_program is required: backing file system is unsupported for this graph driver


any idea what we are doing wrong?


thank you


_______________________________________________
Buildah mailing list -- buildah@lists.buildah.io
To unsubscribe send an email to buildah-leave@lists.buildah.io

Try mounting a volume over $HOME/.local/share within the container.