base-images/fedora-bootc-config.json

12 lines
284 B
JSON
Raw Normal View History

2024-04-19 07:31:50 -04:00
{
"Labels": {
"containers.bootc": "1",
"bootc.diskimage-builder": "quay.io/centos-bootc/bootc-image-builder",
"redhat.id": "fedora",
2024-05-28 19:43:02 +03:00
"redhat.version-id": "rawhide"
2024-04-19 07:31:50 -04:00
},
"StopSignal": "SIGRTMIN+3",
"Env": [
"container=oci"
]
2024-04-19 07:31:50 -04:00
}