From 354468a95de0d49c8537ccdbfba241d360cab5bf Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Thu, 23 Jan 2025 11:06:34 +0100 Subject: [PATCH] [next-devel] deploy container images by default Switch boot images to use OCI for updates. This is a step towards bootable containers support and bootc rebase. See https://fedoraproject.org/wiki/Changes/CoreOSOstree2OCIUpdates Requires https://github.com/coreos/zincati/pull/1241 See https://github.com/coreos/fedora-coreos-tracker/issues/1823 --- image.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/image.yaml b/image.yaml index 1bf800cca2..3e0aca6f6f 100644 --- a/image.yaml +++ b/image.yaml @@ -2,3 +2,8 @@ # similarly to manifest.yaml. Unlike image-base.yaml, which is shared by all # streams. include: image-base.yaml + +# Move testing to use OCI images by default +# https://github.com/coreos/fedora-coreos-tracker/issues/1823 +deploy-via-container: true +container-imgref: "ostree-remote-image:fedora:registry:quay.io/fedora/fedora-coreos:next-devel"