Try shell-exec

This commit is contained in:
Jeffrey Serio 2024-03-06 17:21:00 -06:00
parent f137a8dcdb
commit 5d2a2254e1

View File

@ -33,17 +33,12 @@ compose-job:
nonfree-build-job:
stage: build
tags:
- buildah-exec
image: git.hyperreal.coffee:5050/fedora-atomic/containers/buildah:latest
- shell-exec
variables:
STORAGE_DRIVER: overlay
BUILDAH_FORMAT: docker
BUILDAH_ISOLATION: chroot
FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/vauxite-nonfree:39"
before_script:
- sudo sysctl fs.inotify.max_user_watches
- buildah rm --all
- buildah prune -f
- buildah prune -af
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
script:
- container=$(buildah from git.hyperreal.coffee:5050/fedora-atomic/vauxite-build/vauxite:39)