-
We are trying to switch our kaniko based image builds to buildah. We are using Gitlab CI with their Docker executor running on Ubuntu 20.04 with Docker installed. The CI jobs use Since we running buildah inside docker, I'm guessing that this is expected because we cannot run overlay in overlay natively but have to use fuse? Is there something we can do to improve build speeds? Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I would try removing the |
Beta Was this translation helpful? Give feedback.
I would try removing the
overlay.mount_program
setting and try removing thefsync=0
from theoverlay.mountopt
setting here, because given the kernel version I would not expect to need fuse-overlay for mounting overlay filesystems inside of the container. It might even be time to do that by default in https://github.com/containers/image_build