Skip to content

Commit 61acc6a

Browse files
Merge pull request #4233 from pmtk/use-older-bib-image
Use older "Bootc Image Builder" (BIB) image
2 parents e470181 + dc34d09 commit 61acc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bin/pyutils/build_bootc_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
PULL_SECRET = common.get_env_var('PULL_SECRET', f"{HOME_DIR}/.pull-secret.json")
3232
# Switch to quay.io/centos-bootc/bootc-image-builder:latest if any new upstream
3333
# features are required
34-
BIB_IMAGE = "registry.redhat.io/rhel9/bootc-image-builder:latest"
34+
BIB_IMAGE = "registry.redhat.io/rhel9/bootc-image-builder:9.5-1731471209"
3535
GOMPLATE = common.get_env_var('GOMPLATE')
3636
MIRROR_REGISTRY = common.get_env_var('MIRROR_REGISTRY_URL')
3737
FORCE_REBUILD = False

0 commit comments

Comments
 (0)