prometheus (sha256:a18ff30a018b5dbf88e96dc89c132574252fc102438450a1c7589d0cca8e92a7)

Published 2026-07-11 13:48:57 +00:00 by twodarek

Installation

docker pull git.hedgewizards.org/twodarek/prometheus@sha256:a18ff30a018b5dbf88e96dc89c132574252fc102438450a1c7589d0cca8e92a7
sha256:a18ff30a018b5dbf88e96dc89c132574252fc102438450a1c7589d0cca8e92a7

About this package

The Prometheus monitoring system and time series database

Image layers

BusyBox 1.38.0 (uclibc), Buildroot 2026.02.2, 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.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus org.opencontainers.image.title=Prometheus org.opencontainers.image.description=The Prometheus monitoring system and time series database org.opencontainers.image.source=https://github.com/prometheus/prometheus org.opencontainers.image.url=https://github.com/prometheus/prometheus org.opencontainers.image.documentation=https://prometheus.io/docs org.opencontainers.image.licenses=Apache License 2.0 io.prometheus.image.variant=busybox
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
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
RUN /bin/sh -c mkdir -p /prometheus-local/data # buildkit
RUN /bin/sh -c chmod -R 777 /prometheus-local # buildkit
USER nobody
CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus-local" "--web.console.libraries=/usr/share/prometheus/console_libraries" "--web.console.templates=/usr/share/prometheus/consoles" "--storage.tsdb.retention.time=1y"]

Labels

Key Value
io.prometheus.image.variant busybox
maintainer The Prometheus Authors <prometheus-developers@googlegroups.com>
org.opencontainers.image.authors The Prometheus Authors
org.opencontainers.image.description The Prometheus monitoring system and time series database
org.opencontainers.image.documentation https://prometheus.io/docs
org.opencontainers.image.licenses Apache License 2.0
org.opencontainers.image.source https://github.com/prometheus/prometheus
org.opencontainers.image.title Prometheus
org.opencontainers.image.url https://github.com/prometheus/prometheus
org.opencontainers.image.vendor Prometheus
Details
Container
2026-07-11 13:48:57 +00:00
3
OCI / Docker
linux/amd64
The Prometheus Authors
Apache License 2.0
102 MiB
Versions (2) View all