From 154346df3f2354a7705d514dcc2568c22903ed8b Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 29 Nov 2025 16:36:01 -0500 Subject: [PATCH] Set max layers to 200 --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ec52ab..497220c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ wke-images: - job: 'base-images: [base.yml]' optional: true variables: - BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '256' + BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200' parallel: matrix: - RECIPE: @@ -87,7 +87,7 @@ kinoite-images: - .build stage: build variables: - BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '256' + BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200' needs: - job: 'base-images: [base-kinoite.yml]' optional: true @@ -101,7 +101,7 @@ kinoite-nvidia-images: - .build stage: build variables: - BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '256' + BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200' needs: - job: 'base-images: [base-kinoite-nvidia.yml]' optional: true @@ -115,7 +115,7 @@ combo-images: - .build stage: build variables: - BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '256' + BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200' needs: - job: 'base-images: [base-combo.yml]' optional: true @@ -129,7 +129,7 @@ combo-nvidia-images: - .build stage: build variables: - BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '256' + BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200' needs: - job: 'base-images: [base-combo-nvidia.yml]' optional: true