From 44561ffb9b77c3023e062ee2c44656b752c473ef Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 2 Apr 2024 14:03:30 -0400 Subject: [PATCH] Add a `bootc.diskimage-builder` label Right now, the relationship between this image and bootc-image-builder is "floating". However, we may want the ability to more strictly bind the two in the future. With this, the bootc image links out to the recommended diskimage builder container, so automated tooling can find it instead of hardcoding it. Signed-off-by: Colin Walters --- centos-bootc-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/centos-bootc-config.json b/centos-bootc-config.json index 0537155..059c9ff 100644 --- a/centos-bootc-config.json +++ b/centos-bootc-config.json @@ -1,6 +1,7 @@ { "Labels": { "containers.bootc": "1", + "bootc.diskimage-builder": "quay.io/centos-bootc/bootc-image-builder", "redhat.compose-id": "CentOS-Stream-9-20240304.d.0", "redhat.id": "centos", "redhat.version-id": "9"