Skip to content

Commit b99dcb6

Browse files
authored
chore: add OCI image labels to Dockerfile (prometheus#3593)
Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
1 parent e44fab2 commit b99dcb6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ ARG ARCH="amd64"
22
ARG OS="linux"
33
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
44
LABEL 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

615
ARG ARCH="amd64"
716
ARG OS="linux"

0 commit comments

Comments
 (0)