Skip to content

Commit

Permalink
Add comment not to delete source-location LABEL from Konflux Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Jan 2, 2025
1 parent ed09b2f commit fef4785
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." \
# We must set source-location to provide it to our custom Snapshot.
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." \
# We must set source-location to provide it to our custom Snapshot.
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 fef4785

Please sign in to comment.