Merge pull request #453 from cgwalters/diskimage-builder

Add a `bootc.diskimage-builder` label
This commit is contained in:
Colin Walters 2024-04-05 09:06:10 -04:00 committed by GitHub
commit 52bc372368
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 9 deletions

View File

@ -1,6 +1,7 @@
{ {
"Labels": { "Labels": {
"containers.bootc": "1", "containers.bootc": "1",
"bootc.diskimage-builder": "quay.io/centos-bootc/bootc-image-builder",
"redhat.compose-id": "CentOS-Stream-9-20240304.d.0", "redhat.compose-id": "CentOS-Stream-9-20240304.d.0",
"redhat.id": "centos", "redhat.id": "centos",
"redhat.version-id": "9" "redhat.version-id": "9"

View File

@ -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"
}