alertmanager (v0.31.1)

Published 2026-03-22 21:01:32 -06:00 by admin

Installation

docker pull gitea.bnkops.com/admin/alertmanager:v0.31.1
sha256:570248f239884810e8382c7220a005803cd3d44425b56eac457563a25a091fc3

Image Layers

BusyBox 1.37.0 (uclibc), Buildroot 2025.11, Debian 13
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 && chmod -R g+w /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-03-22 21:01:32 -06:00
13
OCI / Docker
linux/amd64
37 MiB
Versions (1) View all
v0.31.1 2026-03-22