From 425ea4b0c95d48faf74ecd99e3c674934c02be4d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 9 Jul 2021 16:17:22 -0400 Subject: [PATCH] Switch to ostree-format: "oci" Part of https://github.com/coreos/fedora-coreos-tracker/issues/812 In this initial step, we're merely switching the internal tarball to be a different format. A future step will change the FCOS pipeline to automatically push this container to quay.io. --- image.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/image.yaml b/image.yaml index 1bf800cca2..414a444ee1 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 + +# https://github.com/coreos/coreos-assembler/pull/2216 +ostree-format: "oci"