Skip to content

Commit 7e44df7

Browse files
committed
Revert "feat: set max layers to 499"
This reverts commit e9dd3f8. Seemingly random failures I saw on nvidia iamges, let's see if this is the root cause
1 parent e9dd3f8 commit 7e44df7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
--privileged \
163163
-v /var/lib/containers:/var/lib/containers \
164164
"quay.io/fedora/fedora-bootc:latest" \
165-
/usr/libexec/bootc-base-imagectl rechunk --max-layers 499 \
165+
/usr/libexec/bootc-base-imagectl rechunk \
166166
localhost/${IMAGE_NAME}:${MATRIX_STREAM_NAME} \
167167
${BASELINE_IMAGE}
168168

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ rechunk $image="aurora" $tag="latest" $flavor="main" ghcr="0" pipeline="0":
298298
--privileged \
299299
-v "/var/lib/containers:/var/lib/containers" \
300300
"quay.io/fedora/fedora-bootc:latest" \
301-
/usr/libexec/bootc-base-imagectl rechunk --max-layers 499 \
301+
/usr/libexec/bootc-base-imagectl rechunk \
302302
"localhost/${image_name}":"${tag}" \
303303
"localhost/${image_name}":"${tag}-chunked"
304304

0 commit comments

Comments
 (0)