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 5834e20 + 92e1806 commit d7fb97aCopy full SHA for d7fb97a
build/docker/Dockerfile
@@ -9,8 +9,8 @@ RUN go mod download && go mod verify
9
COPY . .
10
RUN CGO_ENABLED=1 go build -a -tags 'netgo osusergo static_build' -v -o /usr/local/bin/pure-fa-om-exporter cmd/fa-om-exporter/main.go
11
12
-FROM scratch
13
-#FROM busybox:musl
+# alpine is used here as it seems to be the minimal image that passes quay.io vulnerability scan
+FROM alpine
14
COPY --from=build /usr/local/bin/pure-fa-om-exporter /pure-fa-om-exporter
15
EXPOSE 9490
16
ENTRYPOINT ["/pure-fa-om-exporter"]
0 commit comments