Skip to content

Commit

Permalink
Dockerfile: Use the ubi-minimal image
Browse files Browse the repository at this point in the history
The new image size is 57% of the old image. UBI image was 284 MB. ubi-minimal
image is 164 MB.

Signed-off-by: Raghavendra Talur <[email protected]>
  • Loading branch information
raghavendra-talur committed Jan 28, 2024
1 parent 92b3da5 commit 7b51785
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 @@ -20,7 +20,7 @@ COPY controllers/ controllers/
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go

FROM registry.access.redhat.com/ubi8/ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal
WORKDIR /
COPY --from=builder /workspace/manager .

Expand Down

0 comments on commit 7b51785

Please sign in to comment.