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

Commit

Permalink
Add a bootc.diskimage-builder label
Browse files Browse the repository at this point in the history
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 <walters@verbum.org>
  • Loading branch information
cgwalters committed Apr 2, 2024
1 parent d803c69 commit 44561ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions centos-bootc-config.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 44561ff

Please sign in to comment.