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
34FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.24 as builder
45ARG BUILDVERSION
@@ -18,6 +19,7 @@ RUN go build -tags strictfipsruntime -ldflags "-X 'main.BuildVersion=$BUILDVERSI
1819# final stage
1920FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
2021ARG BUILDVERSION
22+ ARG BUILDVERSION_Y
2123
2224WORKDIR /
2325COPY --from=builder /app/flowlogs-pipeline .
@@ -28,7 +30,8 @@ USER 65532:65532
2830ENTRYPOINT ["/flowlogs-pipeline"]
2931
3032LABEL com.redhat.component="network-observability-flowlogs-pipeline-container"
31- LABEL name="network-observability-flowlogs-pipeline"
33+ LABEL name="network-observability/network-observability-flowlogs-pipeline-rhel9"
34+ LABEL cpe="cpe:/a:redhat:network_observ_optr:$BUILDVERSION_Y::el9"
3235LABEL io.k8s.display-name="Network Observability Flow-Logs Pipeline"
3336LABEL io.k8s.description="Network Observability Flow-Logs Pipeline"
3437LABEL summary="Network Observability Flow-Logs Pipeline"
You can’t perform that action at this time.
0 commit comments