Skip to content

Commit 062b054

Browse files
dfarrell07tpantelis
authored andcommitted
Add missing image labels
Adds org.opencontainers.image.created and cpe labels. Fixes EC labels.required_labels warnings. Signed-off-by: Daniel Farrell <[email protected]>
1 parent dc03ee7 commit 062b054

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package/Dockerfile.nettest.konflux

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ARG BASE_BRANCH=release-0.21
22

33
FROM --platform=${TARGETPLATFORM} registry.redhat.io/ubi9:latest
44
ARG BASE_BRANCH
5+
ARG SOURCE_DATE_EPOCH
56

67
# TODO: Add netperf if we can find it in an approve repo
78
RUN dnf -y update && \
@@ -38,4 +39,6 @@ LABEL com.redhat.component="nettest-container" \
3839
io.openshift.tags="submariner, nettest, rhacm" \
3940
maintainer="[email protected]" \
4041
com.github.url="https://github.com/submariner-io/shipyard" \
41-
com.github.commit="${BASE_BRANCH}"
42+
com.github.commit="${BASE_BRANCH}" \
43+
cpe="cpe:/a:redhat:acm:2.14::el9" \
44+
org.opencontainers.image.created="${SOURCE_DATE_EPOCH}"

0 commit comments

Comments
 (0)