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 @@ -35,7 +35,7 @@ COPY pkg/ pkg/
3535ENV GOEXPERIMENT strictfipsruntime
3636RUN 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
3939ARG BUILDVERSION
4040ARG BUILDVERSION_Y
4141
@@ -47,6 +47,10 @@ USER 65532:65532
4747
4848ENTRYPOINT ["./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
5054LABEL com.redhat.component="network-observability-console-plugin-container"
5155LABEL name="network-observability/network-observability-console-plugin-rhel9"
5256LABEL cpe="cpe:/a:redhat:network_observ_optr:$BUILDVERSION_Y::el9"
You can’t perform that action at this time.
0 commit comments