Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 59724f6

Browse files
authored
Change operator image baseimage to Red Hat's minima UBI 8 (#1166)
Signed-off-by: Pavel Macík <[email protected]>
1 parent 8f6a77c commit 59724f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ COPY / /workspace/
1313
# Build
1414
RUN make build
1515

16-
# Use distroless as minimal base image to package the manager binary
17-
# Refer to https://github.com/GoogleContainerTools/distroless for more details
18-
FROM gcr.io/distroless/static:nonroot
16+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
1917
WORKDIR /
2018
COPY --from=builder /workspace/bin/manager .
2119
USER 65532:65532

0 commit comments

Comments
 (0)