Using new buildah-runner

This commit is contained in:
Jeffrey Serio 2024-03-06 07:28:52 -06:00
parent 02a5d48fd0
commit 0dcbbf63d9

View File

@ -33,10 +33,9 @@ compose-job:
nonfree-build-job: nonfree-build-job:
stage: build stage: build
tags: tags:
- podman-exec - buildah-exec
image: git.hyperreal.coffee:5050/fedora-atomic/containers/buildah:latest image: git.hyperreal.coffee:5050/fedora-atomic/containers/buildah:latest
variables: variables:
STORAGE_DRIVER: vfs
BUILDAH_FORMAT: docker BUILDAH_FORMAT: docker
BUILDAH_ISOLATION: chroot BUILDAH_ISOLATION: chroot
FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/vauxite-nonfree:39" FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/vauxite-nonfree:39"