From d1728cd3d11eef44c3190314c362a63ec4c63fa2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 22 Apr 2025 13:48:14 -0700 Subject: [PATCH] cloud-image-uploader: update container image config for IoT changes We finally merged https://pagure.io/fedora-iot/pungi-iot/pull-request/102 which changes the properties of the container images built in the IoT compose. This should adjust to that and publish both the base and IoT images, if we got it all right. Signed-off-by: Adam Williamson --- .../cloud-image-uploader/templates/config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/cloud-image-uploader/templates/config.toml b/roles/openshift-apps/cloud-image-uploader/templates/config.toml index afc87e83e2..0378c53096 100644 --- a/roles/openshift-apps/cloud-image-uploader/templates/config.toml +++ b/roles/openshift-apps/cloud-image-uploader/templates/config.toml @@ -118,9 +118,8 @@ Silverblue = "fedora-silverblue" Kinoite = "fedora-kinoite" Onyx = "fedora-budgie-atomic" Sericea = "fedora-sway-atomic" -bootc = "fedora-bootc" -# Depends on https://pagure.io/fedora-iot/pungi-iot/pull-request/102 -# IoT_bootc_base = "fedora-iot" +base = "fedora-bootc" +IoT = "fedora-iot" {% if env == "staging" %}