Rechunk bootc image
This commit is contained in:
@@ -24,8 +24,11 @@ build-image:
|
|||||||
- cp-laptop.yml
|
- cp-laptop.yml
|
||||||
- jp-truenas.yml
|
- jp-truenas.yml
|
||||||
- jp-desktop-nvidia.yml
|
- jp-desktop-nvidia.yml
|
||||||
- jp-desktop-nvidia-bootc.yml
|
|
||||||
- jp-laptop.yml
|
- jp-laptop.yml
|
||||||
|
- RECIPE:
|
||||||
|
- jp-desktop-nvidia-bootc.yml
|
||||||
|
BB_BUILD_RECHUNK: "true"
|
||||||
|
BB_BUILD_RECHUNK_CLEAR_PLAN: "true"
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2376
|
DOCKER_HOST: tcp://docker:2376
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
@@ -33,8 +36,6 @@ build-image:
|
|||||||
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
|
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
|
||||||
RUST_LOG_STYLE: always
|
RUST_LOG_STYLE: always
|
||||||
CLICOLOR_FORCE: 1
|
CLICOLOR_FORCE: 1
|
||||||
# BB_BUILD_RECHUNK: "true"
|
|
||||||
# BB_BUILD_RECHUNK_CLEAR_PLAN: "true"
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
|
- 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)
|
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
|
||||||
|
|||||||
Reference in New Issue
Block a user