prometheus (sha256:3edc4b2134ebeba5af6907d0060aa08a3db2d710edef2fd71a5b38501d8d5d41)

Published 2025-09-28 03:12:18 +00:00 by guochao in public/containers

Installation

docker pull git.jeffthecoder.xyz/public/prometheus@sha256:3edc4b2134ebeba5af6907d0060aa08a3db2d710edef2fd71a5b38501d8d5d41
sha256:3edc4b2134ebeba5af6907d0060aa08a3db2d710edef2fd71a5b38501d8d5d41

Image layers

ADD file:7313bd1c6b1a8bfeae3666875ea0860b2f9f16807a03034229b25625887d76f0 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=armv7
ARG OS=linux
COPY .build/linux-armv7/prometheus /bin/prometheus # buildkit
COPY .build/linux-armv7/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=armv7 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"]

Labels

Key Value
maintainer The Prometheus Authors <prometheus-developers@googlegroups.com>
org.opencontainers.image.source https://github.com/prometheus/prometheus
Details
Container
2025-09-28 03:12:18 +00:00
1
OCI / Docker
linux/arm/v7
108 MiB
Versions (1) View all
latest 2025-10-01