Merge pull request #453 from cgwalters/diskimage-builder
Add a `bootc.diskimage-builder` label
This commit is contained in:
commit
52bc372368
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue