From f116a37975a2b1fa0938b97390bf2594e1aa26ef Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 23 Sep 2025 15:44:01 -0400 Subject: [PATCH] image.yaml: drop container-imgref override The image-base.yaml was updated to use this as the default value in b7e75bd so we don't need to carry this stream specific override here any longer. --- image.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/image.yaml b/image.yaml index 66998e22..1bf800cc 100644 --- a/image.yaml +++ b/image.yaml @@ -2,7 +2,3 @@ # similarly to manifest.yaml. Unlike image-base.yaml, which is shared by all # streams. include: image-base.yaml - -# Switching to `ostree-image-signed` on select streams for now. Hoist -# back up into the shared image-base.yaml when it is rolled out everywhere. -container-imgref: "ostree-image-signed:docker://quay.io/fedora/fedora-coreos:{stream}"