mirror of
https://codeberg.org/hyperreal/vauxite-build
synced 2024-11-01 08:43:13 +01:00
Try shell-exec
This commit is contained in:
parent
f137a8dcdb
commit
5d2a2254e1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user