Don't install geo tool; chunk images
This commit is contained in:
@@ -19,6 +19,9 @@ 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
|
||||||
@@ -44,8 +47,6 @@ base-images:
|
|||||||
stage: base-images
|
stage: base-images
|
||||||
variables:
|
variables:
|
||||||
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64'
|
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64'
|
||||||
BB_BUILD_CHUNKED_OCI: 'true'
|
|
||||||
TAG: 704-sigstore-driver-doesnt-recursively-sign
|
|
||||||
rules:
|
rules:
|
||||||
# Run when any of the base recipes change
|
# Run when any of the base recipes change
|
||||||
- changes:
|
- changes:
|
||||||
|
|||||||
@@ -59,7 +59,6 @@ modules:
|
|||||||
- libxcb-devel
|
- libxcb-devel
|
||||||
- libinput-devel
|
- libinput-devel
|
||||||
- mesa-libgbm-devel
|
- mesa-libgbm-devel
|
||||||
- https://github.com/maxmind/geoip2-csv-converter/releases/download/v1.4.1/geoip2-csv-converter_1.4.1_linux_amd64.rpm
|
|
||||||
- type: script
|
- type: script
|
||||||
scripts:
|
scripts:
|
||||||
- install-mkcert.sh
|
- install-mkcert.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user