debian-bootc-base-images/centos-bootc-config.json
Colin Walters 44561ffb9b 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 <walters@verbum.org>
2024-04-02 14:04:02 -04:00

10 lines
295 B
JSON

{
"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"
},
"StopSignal": "SIGRTMIN+3"
}