From 02d1d7768ea59ca8ce3ab2883f76ae1277a00dfb Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 27 Apr 2022 13:55:54 -0400 Subject: [PATCH] image.yaml: Switch to `ostree-format: "oci-chunked"` OK, it's time to start trying this out in "production". https://bodhi.fedoraproject.org/updates/FEDORA-2022-4813f1daaf is queued (and already in coreos-assembler). I've pushed an updated demo of this to `quay.io/cgwalters/fcos-chunked` which you can try today. --- image.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/image.yaml b/image.yaml index 1bf800cca2..dcb160acfd 100644 --- a/image.yaml +++ b/image.yaml @@ -2,3 +2,6 @@ # similarly to manifest.yaml. Unlike image-base.yaml, which is shared by all # streams. include: image-base.yaml + +# Plan to move this to all streams soon +ostree-format: "oci-chunked"