Merge pull request #15128 from wuast94/patch-1

Add image source label to dockerfiles
pull/15302/head
Björn Rabenstein 3 weeks ago committed by GitHub
commit 2d0def3f43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,6 +2,7 @@ ARG ARCH="amd64"
ARG OS="linux"
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
LABEL org.opencontainers.image.source="https://github.com/prometheus/prometheus"
ARG ARCH="amd64"
ARG OS="linux"

Loading…
Cancel
Save