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 6c48e8f commit a18ee3fCopy full SHA for a18ee3f
Dockerfile
@@ -15,7 +15,6 @@ RUN go mod download
15
# Compile
16
COPY . .
17
RUN make test
18
-RUN make build # warmup
19
ARG TARGETOS TARGETARCH
20
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build
21
@@ -36,7 +35,7 @@ ENV LOG_JSON=1
36
35
WORKDIR /
37
COPY --from=test /app .
38
USER 1000:1000
39
-ENTRYPOINT ["/azure-keyvault-exporter"]
+ENTRYPOINT ["/azure-loganalytics-exporter"]
40
41
#############################################
42
# Final
0 commit comments