Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add description field to our published images #2354

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build/stacker-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions build/stacker-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions build/stacker-zb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions build/stacker-zxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions build/stacker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading