We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b821a commit 03df083Copy full SHA for 03df083
Dockerfile
@@ -17,7 +17,7 @@ COPY controllers/ controllers/
17
USER root
18
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
19
20
-FROM registry.access.redhat.com/ubi8/ubi-micro:8.7
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
21
WORKDIR /
22
COPY --from=builder /workspace/manager .
23
USER 65532:65532
0 commit comments