mirrors/prometheus (v2.48.1)

Published 2026-04-19 03:00:40 +00:00 by peterswimm

Installation

docker pull git.toilville.dev/toilville/mirrors/prometheus:v2.48.1
sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b

Image layers

ADD file:bdecc23fd98ba2c277e43b5cea8883ffe7ca263be7ffffec66245881d518a90f in /
CMD ["sh"]
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
COPY /rootfs / # buildkit
LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
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 console_libraries/ /usr/share/prometheus/console_libraries/ # buildkit
COPY consoles/ /usr/share/prometheus/consoles/ # 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 ln -s /usr/share/prometheus/console_libraries /usr/share/prometheus/consoles/ /etc/prometheus/ && chown -R nobody:nobody /etc/prometheus /prometheus # buildkit
USER nobody
EXPOSE map[9090/tcp:{}]
VOLUME [/prometheus]
ENTRYPOINT ["/bin/prometheus"]
CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus" "--web.console.libraries=/usr/share/prometheus/console_libraries" "--web.console.templates=/usr/share/prometheus/consoles"]

Labels

Key Value
maintainer The Prometheus Authors <prometheus-developers@googlegroups.com>
Details
Container
2026-04-19 03:00:40 +00:00
0
OCI / Docker
linux/amd64
94 MiB
Versions (1) View all
v2.48.1 2026-04-19