TMF

mirror/alertmanager (v0.28.0)

Published 2026-08-11 17:32:28 -03:00 by tarcisio

Installation

docker pull git.trademarketingforce.com/tmf/mirror/alertmanager:v0.28.0
sha256:9139cd2c7ab7ff951e5ed9ffc4f70122a7de9678fb51065061a5f72549c91bab

Image layers

ADD file:ee9bb8755ccbdd689b434d9b4ac7518e972699604ecda33e4ddc2a15d2831443 in /
CMD ["sh"]
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
COPY /rootfs / # buildkit
LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
LABEL org.opencontainers.image.source=https://github.com/prometheus/alertmanager
ARG ARCH=amd64
ARG OS=linux
COPY .build/linux-amd64/amtool /bin/amtool # buildkit
COPY .build/linux-amd64/alertmanager /bin/alertmanager # buildkit
COPY examples/ha/alertmanager.yml /etc/alertmanager/alertmanager.yml # buildkit
RUN |2 ARCH=amd64 OS=linux /bin/sh -c mkdir -p /alertmanager && chown -R nobody:nobody etc/alertmanager /alertmanager # buildkit
USER nobody
EXPOSE map[9093/tcp:{}]
VOLUME [/alertmanager]
WORKDIR /alertmanager
ENTRYPOINT ["/bin/alertmanager"]
CMD ["--config.file=/etc/alertmanager/alertmanager.yml" "--storage.path=/alertmanager"]

Labels

Key Value
maintainer The Prometheus Authors <prometheus-developers@googlegroups.com>
org.opencontainers.image.source https://github.com/prometheus/alertmanager
Details
Container
2026-08-11 17:32:28 -03:00
1
OCI / Docker
linux/amd64
33 MiB
Versions (1) View all
v0.28.0 2026-08-11