sha256:f9a765a05ccbd75586449be83e379fdaab887d6a547fedd7042dac167356ac08
OS/ARCH
Compressed size
101.75 MB
Last pushed
3 months by wemeetagain
Type
Image
Manifest digest
sha256:9b44c27f6b06be31fe77cfdd47e77599c32bb50de4ba007dd3671d623510a5a6
Image Layers
1BusyBox 1.38.0 (uclibc), Buildroot 2026.02.2,781.53 KB3COPY /rootfs / # buildkit317.01 KB5LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus0 B6ARG ARCH=amd640 B7ARG OS=linux0 B8COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit55.21 MB9COPY .build/linux-amd64/promtool /bin/promtool # buildkit45.46 MB10COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit636 B11COPY LICENSE /LICENSE # buildkit3.93 KB12COPY NOTICE /NOTICE # buildkit1.56 KB13WORKDIR /prometheus100 B14RUN |2 ARCH=amd64 OS=linux /bin/sh691 B15USER nobody0 B16EXPOSE map[9090/tcp:{}]0 B17VOLUME [/prometheus]0 B18ENTRYPOINT ["/bin/prometheus"]0 B19CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]0 B20COPY prometheus.yml /etc/prometheus/prometheus.yml # buildkit397 B21COPY --chown=nobody:nobody entrypoint.sh /etc/prometheus/entrypoint.sh #263 B22RUN /bin/sh -c chmod +x254 B23ENV BEACON_URL=beacon_node:80080 B24ENV VC_URL=validator:50640 B25VOLUME [/prometheus]0 B26ENTRYPOINT ["/etc/prometheus/entrypoint.sh"]0 B27CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]0 BCommand
BusyBox 1.38.0 (uclibc), Buildroot 2026.02.2, Debian 13