From fef4785da55cc4952a04cba54760cb4fd745a8ab Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Thu, 2 Jan 2025 15:45:51 +0100 Subject: [PATCH] Add comment not to delete source-location LABEL from Konflux Dockerfiles --- 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..22c32e1b0 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." \ + # 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" \ diff --git a/image/scanner/rhel/konflux.Dockerfile b/image/scanner/rhel/konflux.Dockerfile index b39df45b7..51470b0d9 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." \ + # 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" \