diff --git a/centos-bootc-config.json b/centos-bootc-config.json index 0537155a..059c9ff0 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" diff --git a/fedora-bootc-config.json b/fedora-bootc-config.json deleted file mode 100644 index 8928ca08..00000000 --- a/fedora-bootc-config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Labels": { - "containers.bootc": "1", - "redhat.compose-id": "Fedora-ELN-20240402.2", - "redhat.id": "fedora", - "redhat.version-id": "ELN" - }, - "StopSignal": "SIGRTMIN+3" -}