gitlab-ci: Build Docker images without OCI runtime

chroot is closer to how Kaniko behaved and it is how the FD
ci-templates behave on gimp-web and gimp-web-devel CI.
This commit is contained in:
Bruno Lopes 2026-02-21 18:08:38 -03:00
parent 24f1dd6956
commit eecd0cdd14

View file

@ -154,6 +154,7 @@ deps-debian-nonreloc:
GIT_STRATEGY: none
script:
- export BUILDAH_FORMAT=docker
- export BUILDAH_ISOLATION=chroot
- export STORAGE_DRIVER=vfs
- echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
# Install deps
@ -458,6 +459,7 @@ deps-snap:
image: quay.io/buildah/stable
script:
- export BUILDAH_FORMAT=docker
- export BUILDAH_ISOLATION=chroot
- export STORAGE_DRIVER=vfs
- echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
# Install deps