Skip to content

Commit 8d78b27

Browse files
committed
Add required EC labels to gateway Dockerfile
Adds distribution-scope, release, url, and vendor labels required by Enterprise Contract validation for container image releases. Signed-off-by: Daniel Farrell <[email protected]>
1 parent 5c9b0b4 commit 8d78b27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/Dockerfile.submariner-gateway.konflux

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,14 @@ LABEL com.redhat.component="submariner-gateway-container" \
7373
version="${BASE_BRANCH}" \
7474
summary="Submariner Gateway" \
7575
description="The Submariner Gateway facilitates secure connections between clusters." \
76+
distribution-scope="public" \
7677
io.k8s.display-name="Submariner Gateway" \
7778
io.k8s.description="The Submariner Gateway handles the IPsec or WireGuard tunnels between clusters." \
7879
io.openshift.tags="submariner, submariner-gateway, rhacm" \
7980
maintainer="[email protected]" \
81+
release="1" \
82+
url="https://github.com/submariner-io/submariner" \
83+
vendor="Red Hat, Inc." \
8084
com.github.url="https://github.com/submariner-io/submariner" \
8185
com.github.commit="${BASE_BRANCH}" \
8286
cpe="cpe:/a:redhat:acm:2.15::el9" \

0 commit comments

Comments
 (0)