Test building with podman
This commit is contained in:
@@ -14,7 +14,7 @@ stages:
|
|||||||
build-image:
|
build-image:
|
||||||
stage: build
|
stage: build
|
||||||
interruptible: true
|
interruptible: true
|
||||||
image: ghcr.io/blue-build/cli:main
|
image: ghcr.io/blue-build/cli:$TAG
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
parallel:
|
parallel:
|
||||||
@@ -24,7 +24,16 @@ build-image:
|
|||||||
- jp-laptop.yml
|
- jp-laptop.yml
|
||||||
- wke-server.yml
|
- wke-server.yml
|
||||||
- wke-worker.yml
|
- wke-worker.yml
|
||||||
|
TAG:
|
||||||
|
- main
|
||||||
|
DRIVER:
|
||||||
|
- docker
|
||||||
|
- RECIPE:
|
||||||
- jp-desktop-nvidia.yml
|
- jp-desktop-nvidia.yml
|
||||||
|
TAG:
|
||||||
|
- 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci
|
||||||
|
DRIVER:
|
||||||
|
- podman
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2376
|
DOCKER_HOST: tcp://docker:2376
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
@@ -38,4 +47,4 @@ build-image:
|
|||||||
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
|
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
|
||||||
script:
|
script:
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- bluebuild build -S sigstore -p ./recipes/$RECIPE
|
- bluebuild build -B "${DRIVER}" -S sigstore -p "./recipes/${RECIPE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user