Skip to content

Commit

Permalink
LOG-4532: Update dockerfile to ubi minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
jcantrill authored and openshift-merge-robot committed Sep 19, 2023
1 parent 1a5e059 commit 7a3b372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY . /src

RUN PROTOC=/src/thirdparty/protoc/protoc-linux-$(arch) make build

FROM registry.redhat.io/ubi9/ubi:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal

COPY --from=builder /src/target/release/vector /usr/bin
WORKDIR /usr/bin
Expand Down

0 comments on commit 7a3b372

Please sign in to comment.