From 06ea8de04d00eabcbc18cb7e3248335f25e7a710 Mon Sep 17 00:00:00 2001 From: Bat-Zion Rotman Date: Wed, 24 Jan 2024 12:44:47 +0200 Subject: [PATCH] chore: add backstage component descriptor file --- catalog-info.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..3696a4b --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,10 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: centos-bootc + annotations: + github.com/project-slug: CentOS/centos-bootc +spec: + type: other + lifecycle: experimental + owner: redhat/platform-engineering