We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e470181 + dc34d09 commit 61acc6aCopy full SHA for 61acc6a
test/bin/pyutils/build_bootc_images.py
@@ -31,7 +31,7 @@
31
PULL_SECRET = common.get_env_var('PULL_SECRET', f"{HOME_DIR}/.pull-secret.json")
32
# Switch to quay.io/centos-bootc/bootc-image-builder:latest if any new upstream
33
# features are required
34
-BIB_IMAGE = "registry.redhat.io/rhel9/bootc-image-builder:latest"
+BIB_IMAGE = "registry.redhat.io/rhel9/bootc-image-builder:9.5-1731471209"
35
GOMPLATE = common.get_env_var('GOMPLATE')
36
MIRROR_REGISTRY = common.get_env_var('MIRROR_REGISTRY_URL')
37
FORCE_REBUILD = False
0 commit comments