From 88111b58671bde38d50542bdd556cba9d63c5b9d Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Fri, 3 Jan 2025 09:33:37 +0100 Subject: [PATCH] ROX-27485: Add comment not to delete source-location LABEL from Konflux Dockerfiles (#1753) Co-authored-by: Misha Sugakov <537715+msugakov@users.noreply.github.com> --- image/db/rhel/konflux.Dockerfile | 1 + image/scanner/rhel/konflux.Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/image/db/rhel/konflux.Dockerfile b/image/db/rhel/konflux.Dockerfile index d43441786..79049bdfa 100644 --- a/image/db/rhel/konflux.Dockerfile +++ b/image/db/rhel/konflux.Dockerfile @@ -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" \ diff --git a/image/scanner/rhel/konflux.Dockerfile b/image/scanner/rhel/konflux.Dockerfile index b39df45b7..859ba47d4 100644 --- a/image/scanner/rhel/konflux.Dockerfile +++ b/image/scanner/rhel/konflux.Dockerfile @@ -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" \