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:
parent
24f1dd6956
commit
eecd0cdd14
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue