File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,4 @@ RUN apk add --no-cache ca-certificates && \
31
31
32
32
COPY --from=builder /github.com/kubernetes-incubator/external-dns/build/external-dns /bin/external-dns
33
33
34
- # Run as UID for nobody since k8s pod securityContext runAsNonRoot can't resolve the user ID:
35
- # https://github.com/kubernetes/kubernetes/issues/40958
36
- USER 65534
37
-
38
34
ENTRYPOINT ["/bin/external-dns" ]
Original file line number Diff line number Diff line change @@ -29,8 +29,4 @@ FROM gcr.io/distroless/static
29
29
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
30
30
COPY --from=builder /github.com/kubernetes-incubator/external-dns/build/external-dns /bin/external-dns
31
31
32
- # Run as UID for nobody since k8s pod securityContext runAsNonRoot can't resolve the user ID:
33
- # https://github.com/kubernetes/kubernetes/issues/40958
34
- USER 65534
35
-
36
32
ENTRYPOINT ["/bin/external-dns"]
You can’t perform that action at this time.
0 commit comments