Skip to content

Commit

Permalink
Merge pull request #4062 from wuast94/patch-1
Browse files Browse the repository at this point in the history
Add image source label to dockerfiles
  • Loading branch information
SuperQ authored Oct 16, 2024
2 parents fc7b75c + 217dbea commit 547ec00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG ARCH="amd64"
ARG OS="linux"
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
LABEL maintainer="The Prometheus Authors <[email protected]>"
LABEL org.opencontainers.image.source="https://github.com/prometheus/alertmanager"

ARG ARCH="amd64"
ARG OS="linux"
Expand Down

0 comments on commit 547ec00

Please sign in to comment.