Skip to content

Commit

Permalink
ROX-27485: Add comment not to delete source-location LABEL from Konfl…
Browse files Browse the repository at this point in the history
…ux Dockerfiles (#1753)

Co-authored-by: Misha Sugakov <[email protected]>
  • Loading branch information
tommartensen and msugakov authored Jan 3, 2025
1 parent 595a03b commit 88111b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions image/db/rhel/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ LABEL \
io.k8s.description="Scanner Database Image for Red Hat Advanced Cluster Security for Kubernetes" \
io.openshift.tags="rhacs,scanner-db,stackrox" \
maintainer="Red Hat, Inc." \
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
source-location="https://github.com/stackrox/scanner" \
summary="Scanner DB for Red Hat Advanced Cluster Security for Kubernetes" \
url="https://catalog.redhat.com/software/container-stacks/detail/60eefc88ee05ae7c5b8f041c" \
Expand Down
1 change: 1 addition & 0 deletions image/scanner/rhel/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ LABEL \
io.k8s.description="This image supports image scanning for Red Hat Advanced Cluster Security for Kubernetes" \
io.openshift.tags="rhacs,scanner,stackrox" \
maintainer="Red Hat, Inc." \
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
source-location="https://github.com/stackrox/scanner" \
summary="The image scanner for Red Hat Advanced Cluster Security for Kubernetes" \
url="https://catalog.redhat.com/software/container-stacks/detail/60eefc88ee05ae7c5b8f041c" \
Expand Down

0 comments on commit 88111b5

Please sign in to comment.