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 c7b0990 commit 2905bc0Copy full SHA for 2905bc0
Dockerfile
@@ -7,7 +7,7 @@ RUN make release
7
RUN chmod +x postgres_exporter && mv postgres_exporter /tmp/postgres_exporter
8
9
10
-FROM alpine as final
+FROM quay.io/prometheus/busybox:latest as final
11
12
COPY --from=build ["/tmp/postgres_exporter", "/" ]
13
0 commit comments