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.
1 parent ff27d4a commit 8bb630eCopy full SHA for 8bb630e
Dockerfile
@@ -21,5 +21,5 @@ RUN ./azure-devops-exporter --help
21
FROM gcr.io/distroless/static
22
ENV LOG_JSON=1
23
COPY --from=build /go/src/github.com/webdevops/azure-devops-exporter/azure-devops-exporter /
24
-USER 1000
+USER 1000:1000
25
ENTRYPOINT ["/azure-devops-exporter"]
0 commit comments