From 67970efd7a4da567864b13c8c975c756fb025ff7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 31 May 2022 14:05:04 -0400 Subject: [PATCH] image: Switch to `oci-chunked-v1` format We now have a version of rpm-ostree in the 4.12 bootimage which is able to pull this. This matches https://github.com/coreos/fedora-coreos-config/pull/1698 --- image-rhel-8.6.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/image-rhel-8.6.yaml b/image-rhel-8.6.yaml index 4953edf0..6a6765bf 100644 --- a/image-rhel-8.6.yaml +++ b/image-rhel-8.6.yaml @@ -8,7 +8,9 @@ squashfs-compression: gzip # defaulting to `ip=dhcp,dhcp6 rd.neednet=1` when it doesn't see this key. ignition-network-kcmdline: [] -ostree-format: "oci" +# See https://github.com/coreos/coreos-assembler/pull/3014 - this +# will hopefully be the default soon, but trying to enable it here first. +ostree-format: "oci-chunked-v1" # vmware-secure-boot changes the EFI secure boot option. # set false here due to https://bugzilla.redhat.com/show_bug.cgi?id=2106055