commit 21e15f63245a5730c5534bdac4d7b85c2f197f31 parent 5d272677ac2df0c134c4978a72812f2b70394e55 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Sat, 6 Sep 2025 21:44:37 +0200 feat(jenkins-agent): remove STORAGE_DRIVER=vfs Diffstat:
M | docker/docker-jenkins-inbound-agent/Dockerfile | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/docker/docker-jenkins-inbound-agent/Dockerfile b/docker/docker-jenkins-inbound-agent/Dockerfile @@ -75,13 +75,6 @@ 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