Don't chunk personal images
This commit is contained in:
+1
-3
@@ -19,9 +19,6 @@ variables:
|
|||||||
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
|
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
|
||||||
RUST_LOG_STYLE: always
|
RUST_LOG_STYLE: always
|
||||||
BB_SIGNING_DRIVER: sigstore
|
BB_SIGNING_DRIVER: sigstore
|
||||||
BB_BUILD_CHUNKED_OCI: 'true'
|
|
||||||
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '128'
|
|
||||||
# BB_BUILD_RECHUNK_CLEAR_PLAN: 'true'
|
|
||||||
BB_BUILD_PUSH: 'true'
|
BB_BUILD_PUSH: 'true'
|
||||||
CLICOLOR_FORCE: 1
|
CLICOLOR_FORCE: 1
|
||||||
TAG: main
|
TAG: main
|
||||||
@@ -46,6 +43,7 @@ base-images:
|
|||||||
- .build
|
- .build
|
||||||
stage: base-images
|
stage: base-images
|
||||||
variables:
|
variables:
|
||||||
|
BB_BUILD_CHUNKED_OCI: 'true'
|
||||||
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64'
|
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64'
|
||||||
rules:
|
rules:
|
||||||
# Run when any of the base recipes change
|
# Run when any of the base recipes change
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ modules:
|
|||||||
- patch
|
- patch
|
||||||
- rpmdevtools
|
- rpmdevtools
|
||||||
- protobuf-compiler
|
- protobuf-compiler
|
||||||
|
- protobuf-devel
|
||||||
- helix
|
- helix
|
||||||
- tofu
|
- tofu
|
||||||
- terraform
|
- terraform
|
||||||
|
|||||||
Reference in New Issue
Block a user