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.
2 parents efe141e + 85a7f16 commit c9a690bCopy full SHA for c9a690b
Dockerfile
@@ -15,6 +15,8 @@
15
FROM gcr.io/distroless/static@sha256:3cd546c0b3ddcc8cae673ed078b59067e22dea676c66bd5ca8d302aef2c6e845
16
LABEL description="istio certificate agent to serve certificate signing requests via cert-manager"
17
18
+USER 1001
19
+
20
COPY ./bin/cert-manager-istio-csr-linux /usr/bin/cert-manager-istio-csr
21
22
ENTRYPOINT ["/usr/bin/cert-manager-istio-csr"]
0 commit comments