File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11BUILDVERSION=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
34# Make kubectl & oc scripts available for copy
45FROM registry.redhat.io/openshift4/ose-cli-rhel9:v4.18.0-202502040032.p0.ga50d4c0.assembly.stream.el9 as ose-cli
@@ -37,6 +38,7 @@ RUN mkdir -p output
3738# Create final image from ubi + built binary and command
3839FROM registry.access.redhat.com/ubi9/ubi:9.6-1758184894
3940ARG BUILDVERSION
41+ ARG BUILDVERSION_Y
4042
4143WORKDIR /
4244
@@ -53,7 +55,8 @@ USER 65532:65532
5355ENTRYPOINT ["/network-observability-cli"]
5456
5557LABEL com.redhat.component="network-observability-cli"
56- LABEL name="network-observability-cli"
58+ LABEL name="network-observability/network-observability-cli-rhel9"
59+ LABEL cpe="cpe:/a:redhat:network_observ_optr:$BUILDVERSION_Y::el9"
5760LABEL io.k8s.display-name="Network Observability CLI"
5861LABEL io.k8s.description="Network Observability CLI"
5962LABEL summary="Network Observability CLI"
You can’t perform that action at this time.
0 commit comments