From 408b101799788d6e164fc18fd44ba19fab23312f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 19 Jan 2024 13:07:27 -0500 Subject: [PATCH] manifests: support container_imgref var in FCOS manifest This makes it easier to see/change the value globally. --- test/data/manifests/fedora-coreos-container.mpp.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/data/manifests/fedora-coreos-container.mpp.yaml b/test/data/manifests/fedora-coreos-container.mpp.yaml index 254af58b..c50ab964 100644 --- a/test/data/manifests/fedora-coreos-container.mpp.yaml +++ b/test/data/manifests/fedora-coreos-container.mpp.yaml @@ -9,6 +9,8 @@ mpp-vars: four_k_sector_size: 4096 # The name to use for deployment stateroot osname: fedora-coreos + # The container image ref to follow for updates + container_imgref: ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:stable # Filesystem UUID and label definitions. These UUIDs # are looked for on boot and if found replaced with # a new random UUID to make each install unique. @@ -102,7 +104,8 @@ pipelines: options: osname: mpp-format-string: '{osname}' - target_imgref: ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:stable + target_imgref: + mpp-format-string: '{container_imgref}' mounts: - /boot - /boot/efi