From 3eb2391f003522aa94e177116c2dacf0da899b13 Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Fri, 3 Jan 2025 09:34:31 +0100 Subject: [PATCH] ROX-27485: Add comment not to delete source-location LABEL from Konflux Dockerfiles (#2002) * Add comment not to delete source-location LABEL from Konflux Dockerfiles * Update collector/container/konflux.Dockerfile Co-authored-by: Misha Sugakov <537715+msugakov@users.noreply.github.com> --------- Co-authored-by: Misha Sugakov <537715+msugakov@users.noreply.github.com> --- collector/container/konflux.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/collector/container/konflux.Dockerfile b/collector/container/konflux.Dockerfile index 5de9943265..d8211b59e5 100644 --- a/collector/container/konflux.Dockerfile +++ b/collector/container/konflux.Dockerfile @@ -130,6 +130,7 @@ LABEL \ io.k8s.description="This image supports runtime data collection for Red Hat Advanced Cluster Security for Kubernetes" \ io.openshift.tags="rhacs,collector,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/collector" \ summary="Runtime data collection for Red Hat Advanced Cluster Security for Kubernetes" \ url="https://catalog.redhat.com/software/container-stacks/detail/60eefc88ee05ae7c5b8f041c" \