From 86c7e64b7272b912e394c5e9e8e2ef3570965b41 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 5 Feb 2024 09:00:28 -0500 Subject: [PATCH] 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. --- centos-bootc-config.json | 1 + fedora-bootc-config.json | 1 + 2 files changed, 2 insertions(+) diff --git a/centos-bootc-config.json b/centos-bootc-config.json index fee9bfd9..543ee825 100644 --- a/centos-bootc-config.json +++ b/centos-bootc-config.json @@ -1,5 +1,6 @@ { "Labels": { + "containers.bootc": "1", "redhat.compose-id": "CentOS-Stream-9-20240205.d.0", "redhat.id": "centos", "redhat.version-id": "9" diff --git a/fedora-bootc-config.json b/fedora-bootc-config.json index dd48940c..022e484b 100644 --- a/fedora-bootc-config.json +++ b/fedora-bootc-config.json @@ -1,5 +1,6 @@ { "Labels": { + "containers.bootc": "1", "redhat.compose-id": "Fedora-ELN-20240205.2", "redhat.id": "fedora", "redhat.version-id": "ELN"