File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ RUN USER=netobserv VERSION="$BUILDVERSION" IMAGE="$IMAGE" AGENT_IMAGE="$AGENT_IM
3535# Prepare output dir
3636RUN mkdir -p output
3737
38- # Create final image from ubi + built binary and command
39- FROM registry.access.redhat.com/ubi9/ubi:9.7-1764794285
38+ # Create final image from ubi-minimal + built binary and command
39+ FROM registry.access.redhat.com/ubi9/ubi-minimal :9.7-1768783948
4040ARG BUILDVERSION
4141ARG BUILDVERSION_Y
4242
@@ -46,7 +46,6 @@ COPY --from=builder /opt/app-root/build .
4646COPY --from=builder --chown=65532:65532 /opt/app-root/output /output
4747COPY LICENSE /licenses/
4848COPY README.downstream ./README
49-
5049COPY --from=ose-cli /usr/bin/kubectl /usr/bin/kubectl
5150COPY --from=ose-cli /usr/bin/oc /usr/bin/oc
5251
You can’t perform that action at this time.
0 commit comments