Skip to content

Commit 756039f

Browse files
committed
NETOBSERV-2502: add missing labels + bump ubi9
1 parent ca51fb2 commit 756039f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile.downstream

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY pkg/ pkg/
3434
ENV GOEXPERIMENT strictfipsruntime
3535
RUN go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=$BUILDVERSION' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -o plugin-backend cmd/plugin-backend.go
3636

37-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1762956380
37+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379
3838
ARG BUILDVERSION
3939
ARG BUILDVERSION_Y
4040

@@ -46,6 +46,10 @@ USER 65532:65532
4646

4747
ENTRYPOINT ["./plugin-backend"]
4848

49+
LABEL distribution-scope="public"
50+
LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
51+
LABEL vendor="Red Hat, Inc."
52+
LABEL release=$BUILDVERSION
4953
LABEL com.redhat.component="network-observability-console-plugin-container"
5054
LABEL name="network-observability/network-observability-console-plugin-compat-rhel9"
5155
LABEL cpe="cpe:/a:redhat:network_observ_optr:$BUILDVERSION_Y::el9"

0 commit comments

Comments
 (0)