There was an error while loading. Please reload this page.
1 parent 85c3152 commit 0678110Copy full SHA for 0678110
Dockerfile
@@ -1,5 +1,11 @@
1
+FROM debian:7.11-slim
2
+RUN useradd -u 20001 postgres_exporter
3
+
4
FROM scratch
5
6
+COPY --from=0 /etc/passwd /etc/passwd
7
+USER postgres_exporter
8
9
ARG binary
10
11
COPY $binary /postgres_exporter
0 commit comments