We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f6077 commit feb87a1Copy full SHA for feb87a1
Dockerfile
@@ -31,7 +31,7 @@ RUN ["./azure-keyvault-exporter", "--help"]
31
# final-azcli
32
#############################################
33
FROM mcr.microsoft.com/azure-cli AS final-azcli
34
-ENV LOG_JSON=1
+ENV LOG_FORMAT=json
35
WORKDIR /
36
COPY --from=test /app .
37
USER 1000:1000
@@ -41,7 +41,7 @@ ENTRYPOINT ["/azure-keyvault-exporter"]
41
# final-static
42
43
FROM gcr.io/distroless/static AS final-static
44
45
46
47
0 commit comments