Skip to content

Commit cf7aacb

Browse files
authored
chore: update bib to remove missing platform id issue (#1807)
### What does this PR do? Updates BIB to remove an issue with missing PLATFORM_ID with Fedora 43. ### Screenshot / video of UI <!-- If this PR is changing UI, please include screenshots or screencasts showing the difference --> ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> Closes #1806 ### How to test this PR? <!-- Please explain steps to reproduce --> Use this bootc extension with bib and see everything builds correctly, etc. Signed-off-by: Charlie Drage <[email protected]>
1 parent 16134dc commit cf7aacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
// Image related
2020
export const bootcImageBuilder = 'bootc-image-builder';
2121
export const bootcImageBuilderCentos =
22-
'quay.io/centos-bootc/bootc-image-builder:sha256-de948b4d66006b26e2cb6a051afdb3cfcd569c9db52bb6fe7b1f2236ad216207';
22+
'quay.io/centos-bootc/bootc-image-builder:sha256-106ae79c812993d6dd626d5f41c6104d711d7d86319918d6235538219d639adc';
2323
export const bootcImageBuilderRHEL = 'registry.redhat.io/rhel9/bootc-image-builder:9.6';
2424
export const macadamName = 'bootc';

0 commit comments

Comments
 (0)