We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc643df commit eac2fc3Copy full SHA for eac2fc3
1 file changed
Justfile
@@ -1,7 +1,7 @@
1
PRIMARY_IMAGE := "quay.io/centos-bootc/centos-bootc:stream10"
2
# TODO: Readd quay.io/almalinuxorg/almalinux-bootc:9.6 here after debugging
3
# <https://github.com/bootc-dev/bcvk/issues/153>
4
-ALL_BASE_IMAGES := "quay.io/fedora/fedora-bootc:42 quay.io/centos-bootc/centos-bootc:stream9 quay.io/centos-bootc/centos-bootc:stream10 quay.io/almalinuxorg/almalinux-bootc:10.0"
+ALL_BASE_IMAGES := "quay.io/fedora/fedora-bootc:43 quay.io/fedora/fedora-bootc:44 quay.io/centos-bootc/centos-bootc:stream9 quay.io/centos-bootc/centos-bootc:stream10 quay.io/almalinuxorg/almalinux-bootc:10.0"
5
6
# Build the native binary
7
build:
0 commit comments