commit 8ff8d85c7593eb9add28e2f6e9fc610aa47fbaa8 parent 404f8532c779810f6b60d3724a1adc875ba8fb55 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Sun, 7 Sep 2025 13:26:52 +0200 Revert "feat(jenkins-agent): remove STORAGE_DRIVER=vfs" This reverts commit 21e15f63245a5730c5534bdac4d7b85c2f197f31. Diffstat:
M | docker/docker-jenkins-inbound-agent/Dockerfile | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/docker/docker-jenkins-inbound-agent/Dockerfile b/docker/docker-jenkins-inbound-agent/Dockerfile @@ -75,6 +75,13 @@ RUN apk add --no-cache docker buildah netavark # https://developers.redhat.com/blog/2019/08/14/best-practices-for-running-buildah-in-a-container ENV _BUILDAH_STARTED_IN_USERNS="" BUILDAH_ISOLATION=chroot +# 'overlay' is not supported over overlayfs without fuse-overlayfs. VFS is the alternative. +# - https://docs.gitlab.com/ci/docker/using_docker_build/#buildah-example +# - https://wiki.alpinelinux.org/wiki/Podman +# - https://github.com/containers/storage/blob/main/docs/containers-storage.conf.5.md +# - https://docs.podman.io/en/latest/markdown/podman.1.html#environment-variables +ENV STORAGE_DRIVER=vfs + # Configure missing subuid/subgids for rootless podman builds # https://docs.podman.io/en/latest/markdown/podman.1.html#rootless-mode RUN echo "${user}:10000:65536" >> /etc/subuid