File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ ARG ARCH="amd64"
22ARG OS="linux"
33FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
44LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
5+ LABEL org.opencontainers.image.authors="The Prometheus Authors"
6+ LABEL org.opencontainers.image.vendor="Prometheus"
7+ LABEL org.opencontainers.image.title="node_exporter"
8+ LABEL org.opencontainers.image.description="Prometheus exporter for hardware and OS metrics exposed by *NIX kernels"
9+ LABEL org.opencontainers.image.source="https://github.com/prometheus/node_exporter"
10+ LABEL org.opencontainers.image.url="https://github.com/prometheus/node_exporter"
11+ LABEL org.opencontainers.image.documentation="https://github.com/prometheus/node_exporter"
12+ LABEL org.opencontainers.image.licenses="Apache License 2.0"
13+ LABEL io.prometheus.image.variant="busybox"
514
615ARG ARCH="amd64"
716ARG OS="linux"
You can’t perform that action at this time.
0 commit comments