From bf6b336a8aec82e86d9cb9f07ff48ffb322f906a Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 10 Sep 2024 14:57:31 -0400 Subject: [PATCH] chore: update bib with vhd azure support (#811) ### What does this PR do? Updates bib that includes the support from https://github.com/osbuild/bootc-image-builder/issues/132 ### Screenshot / video of UI N/A ### What issues does this PR fix or reference? N/A ### How to test this PR? Images should be like normal Signed-off-by: Charlie Drage --- packages/backend/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/src/constants.ts b/packages/backend/src/constants.ts index ddb8d68f..f4051a54 100644 --- a/packages/backend/src/constants.ts +++ b/packages/backend/src/constants.ts @@ -19,5 +19,5 @@ // Image related export const bootcImageBuilder = 'bootc-image-builder'; export const bootcImageBuilderCentos = - 'quay.io/centos-bootc/bootc-image-builder:sha256-516b2ec3feef2c960e7deb13d0c7d50a13a5f56215cae74ead3de860717d0d63'; + 'quay.io/centos-bootc/bootc-image-builder:sha256-8ef91986f03df5607a829a819aa35cf704727609f7656edc413c6e4d145293d1'; export const bootcImageBuilderRHEL = 'registry.redhat.io/rhel9/bootc-image-builder:9.4';