Skip to content

Commit 5c54dab

Browse files
authored
NETOBSERV-2502: add missing labels + bump ubi9 (#1139)
1 parent ef0b0d3 commit 5c54dab

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
@@ -35,7 +35,7 @@ COPY pkg/ pkg/
3535
ENV GOEXPERIMENT strictfipsruntime
3636
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
3737

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

@@ -47,6 +47,10 @@ USER 65532:65532
4747

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

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

0 commit comments

Comments
 (0)