File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- BUILDVERSION=1.9.1
1+ BUILDVERSION=1.10.0
2+ BUILDVERSION_Y=1.10
Original file line number Diff line number Diff line change 11ARG BUILDVERSION
2+ ARG BUILDVERSION_Y
23
34FROM registry.access.redhat.com/ubi9/nodejs-18:9.6-1749709214 as web-builder
45
@@ -35,6 +36,7 @@ RUN go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=$BUILDVERSI
3536
3637FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
3738ARG BUILDVERSION
39+ ARG BUILDVERSION_Y
3840
3941COPY --from=web-builder /opt/app-root/web/dist ./web/dist
4042COPY --from=go-builder /opt/app-root/plugin-backend ./
@@ -45,7 +47,8 @@ USER 65532:65532
4547ENTRYPOINT ["./plugin-backend"]
4648
4749LABEL com.redhat.component="network-observability-console-plugin-container"
48- LABEL name="network-observability-console-plugin"
50+ LABEL name="network-observability/network-observability-console-plugin-compat-rhel9"
51+ LABEL cpe="cpe:/a:redhat:network_observ_optr:$BUILDVERSION_Y::el9"
4952LABEL io.k8s.display-name="Network Observability Console Plugin"
5053LABEL io.k8s.description="Network Observability Console Plugin"
5154LABEL summary="Network Observability Console Plugin"
You can’t perform that action at this time.
0 commit comments