V10

prometheus (v2.53.4)

Published 2026-04-25 03:05:56 +08:00 by aoboke

Installation

docker pull abahub.abacus.com.cn/v10/prometheus:v2.53.4
sha256:4f78b08fe473fbdf64abd0f75d69b44bd54c8403b4f4b49bfc9e26fb680feb84

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/prometheus
ARG ARCH=amd64
ARG OS=linux
COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit
COPY .build/linux-amd64/promtool /bin/promtool # buildkit
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
COPY LICENSE /LICENSE # buildkit
COPY NOTICE /NOTICE # buildkit
COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit
WORKDIR /prometheus
RUN |2 ARCH=amd64 OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit
USER nobody
EXPOSE map[9090/tcp:{}]
VOLUME [/prometheus]
ENTRYPOINT ["/bin/prometheus"]
CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]
USER root

Labels

Key Value
maintainer The Prometheus Authors <prometheus-developers@googlegroups.com>
org.opencontainers.image.source https://github.com/prometheus/prometheus
Details
Container
2026-04-25 03:05:56 +08:00
0
OCI / Docker
linux/amd64
117 MiB
Versions (1) View all
v2.53.4 2026-04-25