Skip to content

Commit 7b51785

Browse files
Dockerfile: Use the ubi-minimal image
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]>
1 parent 92b3da5 commit 7b51785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY controllers/ controllers/
2020
# Build
2121
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
2222

23-
FROM registry.access.redhat.com/ubi8/ubi
23+
FROM registry.access.redhat.com/ubi8/ubi-minimal
2424
WORKDIR /
2525
COPY --from=builder /workspace/manager .
2626

0 commit comments

Comments
 (0)