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 93755fc commit f061bf6Copy full SHA for f061bf6
Dockerfile.openshift
@@ -19,6 +19,6 @@ COPY webhooks webhooks
19
# Build the controller
20
RUN go build -mod=vendor -o bin/controller main.go
21
22
-FROM registry.access.redhat.com/ubi8/ubi-micro:latest
+FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
23
COPY --from=builder /workspace/bin/controller /usr/bin/controller
24
ENTRYPOINT ["/usr/bin/controller"]
0 commit comments