diff --git a/Justfile b/Justfile index 72a534b..284e592 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,7 @@ PRIMARY_IMAGE := "quay.io/centos-bootc/centos-bootc:stream10" -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:9.6" +# TODO: Readd quay.io/almalinuxorg/almalinux-bootc:9.6 here after debugging +# +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" # Build the native binary build: