diff --git a/Dockerfile b/Dockerfile index 4ba28f97..a41e5c2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ ARG ARCH="amd64" ARG OS="linux" FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest LABEL maintainer="The Prometheus Authors " +LABEL org.opencontainers.image.source="https://github.com/prometheus/node_exporter" ARG ARCH="amd64" ARG OS="linux"