sha256:3cc2d47b19e6a4da576a2aff4baf901bfbcc6bec022a24cb9a0d88a2bf1c1eb2
OS/ARCH
Compressed size
112.68 MB
Last pushed
3 months by wemeetagain
Type
Image
Manifest digest
sha256:58ca95656f066a7c4a18df9721d03b506b26db797f57ce25eea7212b5d96332c
Image Layers
1BusyBox 1.38.0 (uclibc), Buildroot 2026.02.2,781.53 KB3COPY /rootfs / # buildkit317.01 KB5LABEL org.opencontainers.image.source=https://github.com/prometheus/prometheus0 B6ARG ARCH=amd640 B7ARG OS=linux0 B8COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit58.44 MB9COPY .build/linux-amd64/promtool /bin/promtool # buildkit53.1 MB10COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit638 B11COPY LICENSE /LICENSE # buildkit3.93 KB12COPY NOTICE /NOTICE # buildkit1.41 KB13COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit59.96 KB14WORKDIR /prometheus100 B15RUN |2 ARCH=amd64 OS=linux /bin/sh693 B16USER nobody0 B17EXPOSE map[9090/tcp:{}]0 B18VOLUME [/prometheus]0 B19ENTRYPOINT ["/bin/prometheus"]0 B20CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]0 B21COPY prometheus.yml /etc/prometheus/prometheus.yml # buildkit396 B22COPY --chown=nobody:nobody entrypoint.sh /etc/prometheus/entrypoint.sh #263 B23RUN /bin/sh -c chmod +x252 B24ENV BEACON_URL=beacon_node:80080 B25ENV VC_URL=validator:50640 B26VOLUME [/prometheus]0 B27ENTRYPOINT ["/etc/prometheus/entrypoint.sh"]0 B28CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]0 BCommand
BusyBox 1.38.0 (uclibc), Buildroot 2026.02.2, Debian 13