Merge pull request #15128 from wuast94/patch-1

Add image source label to dockerfiles
This commit is contained in:
Björn Rabenstein 2024-11-05 15:34:24 +01:00 committed by GitHub
commit 2d0def3f43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"