Skip to content

Commit

Permalink
chore: Expand RHACS in Konflux Dockerfile labels (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov authored Apr 11, 2024
1 parent 5802170 commit fa05782
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion image/db/rhel/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL \
io.openshift.tags="rhacs,scanner-db,stackrox" \
maintainer="Red Hat, Inc." \
source-location="https://github.com/stackrox/scanner" \
summary="Scanner DB for RHACS" \
summary="Scanner DB for Red Hat Advanced Cluster Security for Kubernetes" \
url="https://catalog.redhat.com/software/container-stacks/detail/60eefc88ee05ae7c5b8f041c" \
# We must set version label to prevent inheriting value set in the base stage.
# TODO(ROX-20236): configure injection of dynamic version value when it becomes possible.
Expand Down
6 changes: 3 additions & 3 deletions image/scanner/rhel/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS scanner-common

LABEL \
com.redhat.license_terms="https://www.redhat.com/agreements" \
description="This image supports image scanning for RHACS" \
io.k8s.description="This image supports image scanning for RHACS" \
description="This image supports image scanning for Red Hat Advanced Cluster Security for Kubernetes" \
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." \
source-location="https://github.com/stackrox/scanner" \
summary="The image scanner for RHACS" \
summary="The image scanner for Red Hat Advanced Cluster Security for Kubernetes" \
url="https://catalog.redhat.com/software/container-stacks/detail/60eefc88ee05ae7c5b8f041c" \
# We must set version label to prevent inheriting value set in the base stage.
# TODO(ROX-20236): configure injection of dynamic version value when it becomes possible.
Expand Down

0 comments on commit fa05782

Please sign in to comment.