From 4f380d93118bf55c58c74e666e225867893af5e1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jun 04 2024 18:17:41 +0000 Subject: Add the 'bootc' container image to the known image dict (#16) This is intended to be a generic Fedora bootc container that we can, in future, layer all the various Atomic deliverables on top of. At present it's built in the IoT composes, but there's nothing IoT-specific about it, and it might move in future, but with this mechanism it doesn't really matter - so long as a compose delivers an image of type "ociarchive" and subvariant "bootc", we'll publish it to the "fedora-bootc" repo. Signed-off-by: Adam Williamson --- diff --git a/fedora_image_uploader/handler.py b/fedora_image_uploader/handler.py index d2b204e..defa8aa 100644 --- a/fedora_image_uploader/handler.py +++ b/fedora_image_uploader/handler.py @@ -365,6 +365,7 @@ class Uploader: "Kinoite": "fedora-kinoite", "Onyx": "fedora-onyx", "Sericea": "fedora-sericea", + "bootc": "fedora-bootc", } repo = repos.get(image["subvariant"]) if not repo: