Skip to content

Commit 0be77a3

Browse files
committed
Add required EC labels to route-agent Dockerfile
Signed-off-by: Daniel Farrell <[email protected]>
1 parent 344aeb2 commit 0be77a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/Dockerfile.submariner-route-agent.konflux

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,14 @@ LABEL com.redhat.component="submariner-route-agent-container" \
7070
version="${BASE_BRANCH}" \
7171
summary="Submariner Route Agent" \
7272
description="The Submariner Route Agent programs network routes on each node to facilitate cross-cluster communication." \
73+
distribution-scope="public" \
7374
io.k8s.display-name="Submariner Route Agent" \
7475
io.k8s.description="The Submariner Route Agent programs network routes on each node." \
7576
io.openshift.tags="submariner, submariner-route-agent, rhacm" \
7677
maintainer="[email protected]" \
78+
release="1" \
79+
url="https://github.com/submariner-io/submariner" \
80+
vendor="Red Hat, Inc." \
7781
com.github.url="https://github.com/submariner-io/submariner" \
7882
com.github.commit="${BASE_BRANCH}" \
7983
cpe="cpe:/a:redhat:acm:2.15::el9" \

0 commit comments

Comments
 (0)