From 756039fb653d83870b90fc59622e6aa1b915d9a9 Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Tue, 2 Dec 2025 14:47:50 +0100 Subject: [PATCH] NETOBSERV-2502: add missing labels + bump ubi9 --- Dockerfile.downstream | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 759d25e2c..af7658c68 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -34,7 +34,7 @@ COPY pkg/ pkg/ ENV GOEXPERIMENT strictfipsruntime 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 -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1762956380 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379 ARG BUILDVERSION ARG BUILDVERSION_Y @@ -46,6 +46,10 @@ USER 65532:65532 ENTRYPOINT ["./plugin-backend"] +LABEL distribution-scope="public" +LABEL url="https://catalog.redhat.com/en/search?searchType=containers" +LABEL vendor="Red Hat, Inc." +LABEL release=$BUILDVERSION LABEL com.redhat.component="network-observability-console-plugin-container" LABEL name="network-observability/network-observability-console-plugin-compat-rhel9" LABEL cpe="cpe:/a:redhat:network_observ_optr:$BUILDVERSION_Y::el9"