Rechunk bootc image

This commit is contained in:
Gerald Pinder
2024-12-24 11:48:01 -05:00
parent 01d1b255be
commit 62d01aebce

View File

@@ -24,8 +24,11 @@ build-image:
- cp-laptop.yml
- jp-truenas.yml
- jp-desktop-nvidia.yml
- jp-desktop-nvidia-bootc.yml
- jp-laptop.yml
- RECIPE:
- jp-desktop-nvidia-bootc.yml
BB_BUILD_RECHUNK: "true"
BB_BUILD_RECHUNK_CLEAR_PLAN: "true"
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: /certs
@@ -33,8 +36,6 @@ build-image:
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
RUST_LOG_STYLE: always
CLICOLOR_FORCE: 1
# BB_BUILD_RECHUNK: "true"
# BB_BUILD_RECHUNK_CLEAR_PLAN: "true"
before_script:
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)