We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328cbf2 commit 2ef4f9fCopy full SHA for 2ef4f9f
Dockerfile
@@ -15,6 +15,8 @@ RUN curl -L https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/is
15
16
ENV PATH=$ISTIOCTL_DIR:$PATH
17
18
+RUN useradd --create-home nonroot
19
+
20
WORKDIR /app
21
22
COPY istio_analyzer_exporter.py .
0 commit comments