Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 44561ff

Browse files
committed
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 <[email protected]>
1 parent d803c69 commit 44561ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

centos-bootc-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"Labels": {
33
"containers.bootc": "1",
4+
"bootc.diskimage-builder": "quay.io/centos-bootc/bootc-image-builder",
45
"redhat.compose-id": "CentOS-Stream-9-20240304.d.0",
56
"redhat.id": "centos",
67
"redhat.version-id": "9"

0 commit comments

Comments
 (0)