Skip to content

Commit f061bf6

Browse files
committed
UPSTREAM: <carry>: Change the base image from micro to minimal
The micro image does not have the necessary certificates to make requests to AWS API endpoints.
1 parent 93755fc commit f061bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ COPY webhooks webhooks
1919
# Build the controller
2020
RUN go build -mod=vendor -o bin/controller main.go
2121

22-
FROM registry.access.redhat.com/ubi8/ubi-micro:latest
22+
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
2323
COPY --from=builder /workspace/bin/controller /usr/bin/controller
2424
ENTRYPOINT ["/usr/bin/controller"]

0 commit comments

Comments
 (0)