1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-09 15:42:47 +03:00

Switch to debian baseimage for docker (#376)

This commit is contained in:
Will Rouesnel
2020-02-26 00:49:30 +11:00
committed by GitHub
parent 81f9c78d61
commit 3ecfd46549

View File

@@ -1,9 +1,6 @@
FROM debian:7.11-slim FROM debian:10-slim
RUN useradd -u 20001 postgres_exporter RUN useradd -u 20001 postgres_exporter
FROM scratch
COPY --from=0 /etc/passwd /etc/passwd
USER postgres_exporter USER postgres_exporter
ARG binary ARG binary