From 0c3d57b47a398808fbd389eaa7b7b2ca0ae459a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Mon, 25 Nov 2024 15:07:33 +0100 Subject: [PATCH] Mark the init-image as a singleton container This removes the "buildname" suffix that was considered an issue, but of course will break our entire CI testing and publishing pipeline. --- src/bci_build/package/basecontainers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bci_build/package/basecontainers.py b/src/bci_build/package/basecontainers.py index a787d2f46..1ad439e9a 100644 --- a/src/bci_build/package/basecontainers.py +++ b/src/bci_build/package/basecontainers.py @@ -65,6 +65,7 @@ pretty_name=f"{os_version.pretty_os_version_no_dash} Init", custom_description="Systemd environment for containers {based_on_container}. {podman_only}", package_list=["systemd", "gzip", *os_version.release_package_names], + is_singleton_image=True, cmd=["/usr/lib/systemd/systemd"], extra_labels={ "usage": "This container should only be used to build containers for daemons. Add your packages and enable services using systemctl."