File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ COPY pkg/ pkg/
3434ENV GOEXPERIMENT strictfipsruntime
3535RUN 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
3838ARG BUILDVERSION
3939ARG BUILDVERSION_Y
4040
@@ -46,6 +46,10 @@ USER 65532:65532
4646
4747ENTRYPOINT ["./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
4953LABEL com.redhat.component="network-observability-console-plugin-container"
5054LABEL name="network-observability/network-observability-console-plugin-compat-rhel9"
5155LABEL cpe="cpe:/a:redhat:network_observ_optr:$BUILDVERSION_Y::el9"
You can’t perform that action at this time.
0 commit comments