Add a `containers.bootc` label
Pairs with https://github.com/containers/bootc/pull/299 This is intended to be the new canonical label for bootc-compatible images, as opposed to the existing `ostree.linux` etc.
This commit is contained in:
parent
6c829a023e
commit
86c7e64b72
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"Labels": {
|
||||
"containers.bootc": "1",
|
||||
"redhat.compose-id": "CentOS-Stream-9-20240205.d.0",
|
||||
"redhat.id": "centos",
|
||||
"redhat.version-id": "9"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"Labels": {
|
||||
"containers.bootc": "1",
|
||||
"redhat.compose-id": "Fedora-ELN-20240205.2",
|
||||
"redhat.id": "fedora",
|
||||
"redhat.version-id": "ELN"
|
||||
|
|
|
|||
Loading…
Reference in New Issue