mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
ci: add description field to our published images (#2354)
Fixes issue #2353 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
819994cca1
commit
8f1c5a021f
5 changed files with 10 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue