From c9b938171f515989b85c2ee85e3f52c3137bdf82 Mon Sep 17 00:00:00 2001
From: Ramkumar Chinchani <rchincha@cisco.com>
Date: Fri, 29 Mar 2024 16:03:25 +0000
Subject: [PATCH] ci: add description field to our published images

Fixes issue #2353

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
---
 build/stacker-conformance.yaml | 2 ++
 build/stacker-minimal.yaml     | 2 ++
 build/stacker-zb.yaml          | 2 ++
 build/stacker-zxp.yaml         | 2 ++
 build/stacker.yaml             | 2 ++
 5 files changed, 10 insertions(+)

diff --git a/build/stacker-conformance.yaml b/build/stacker-conformance.yaml
index bc9ae65f3..8beb85696 100644
--- a/build/stacker-conformance.yaml
+++ b/build/stacker-conformance.yaml
@@ -42,6 +42,8 @@ build:
   build_only: true
 
 "${{REPO_NAME:zot}}":
+  annotations:
+    org.opencontainers.image.description: "OCI-native container image/artifact registry (purely based on OCI Distribution Specification)"
   os: ${{OS}}
   arch: ${{ARCH}}
   from:
diff --git a/build/stacker-minimal.yaml b/build/stacker-minimal.yaml
index bcb1cfd35..dd90f3471 100644
--- a/build/stacker-minimal.yaml
+++ b/build/stacker-minimal.yaml
@@ -41,6 +41,8 @@ build:
   build_only: true
 
 "${{REPO_NAME:zot}}":
+  annotations:
+    org.opencontainers.image.description: "OCI-native container image/artifact registry (purely based on OCI Distribution Specification)"
   os: ${{OS}}
   arch: ${{ARCH}}
   from:
diff --git a/build/stacker-zb.yaml b/build/stacker-zb.yaml
index cb97dd7fe..7db9c6b12 100644
--- a/build/stacker-zb.yaml
+++ b/build/stacker-zb.yaml
@@ -20,6 +20,8 @@ build:
   build_only: true
 
 "${{REPO_NAME:zb}}":
+  annotations:
+    org.opencontainers.image.description: "a performance benchmark tool for OCI conformant registries"
   os: ${{OS}}
   arch: ${{ARCH}}
   from:
diff --git a/build/stacker-zxp.yaml b/build/stacker-zxp.yaml
index ffeb4f302..e39dcdb7a 100644
--- a/build/stacker-zxp.yaml
+++ b/build/stacker-zxp.yaml
@@ -40,6 +40,8 @@ build:
   build_only: true
 
 "${{REPO_NAME:zxp}}":
+  annotations:
+    org.opencontainers.image.description: "a metrics exporter for zot-minimal image"
   os: ${{OS}}
   arch: ${{ARCH}}
   from:
diff --git a/build/stacker.yaml b/build/stacker.yaml
index c989ad754..1e14b4211 100644
--- a/build/stacker.yaml
+++ b/build/stacker.yaml
@@ -55,6 +55,8 @@ build:
   build_only: true
 
 "${{REPO_NAME:zot}}":
+  annotations:
+    org.opencontainers.image.description: "OCI-native container image/artifact registry (purely based on OCI Distribution Specification)"
   os: ${{OS}}
   arch: ${{ARCH}}
   from: