File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,9 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
19
19
20
20
# Use distroless as minimal base image to package the manager binary
21
21
# Refer to https://github.com/GoogleContainerTools/distroless for more details
22
- FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
23
-
22
+ FROM gcr.io/distroless/static:nonroot
24
23
WORKDIR /
25
24
COPY --from=builder /workspace/manager .
26
- # USER 65532:65532
25
+ USER 65532:65532
27
26
28
27
ENTRYPOINT ["/manager" ]
Original file line number Diff line number Diff line change 10
10
spec :
11
11
containers :
12
12
- name : kube-rbac-proxy
13
- image : registry.redhat. io/openshift4/ose- kube-rbac-proxy:v4.7
13
+ image : gcr. io/kubebuilder/ kube-rbac-proxy:v0.8.0
14
14
args :
15
15
- " --secure-listen-address=0.0.0.0:8443"
16
16
- " --upstream=http://127.0.0.1:8080/"
You can’t perform that action at this time.
0 commit comments