sha256:94f1f46a612109a50d744c2e704adad87cdf951f17f65ec08e42f90f4a47cecf
OS/ARCH
Compressed size
96.05 MB
Last pushed
about 2 months by simonswine
Type
Image
Manifest digest
sha256:23d02929362c1619e929b99c79185beca9f47ee5e81ef8d78baa32239a4a328b
Image Layers
1BusyBox 1.38.0 (uclibc), Buildroot 2026.02.2,842.7 KB3COPY /rootfs / # buildkit317.01 KB5LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus0 B6ARG TARGETARCH=arm640 B7COPY .build/linux-arm64/prometheus /bin/prometheus # buildkit52.27 MB8COPY .build/linux-arm64/promtool /bin/promtool # buildkit42.65 MB9COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit655 B10COPY LICENSE /LICENSE # buildkit3.93 KB11COPY NOTICE /NOTICE # buildkit1.56 KB12WORKDIR /prometheus100 B13RUN |1 TARGETARCH=arm64 /bin/sh -c712 B14USER nobody0 B15EXPOSE [9090/tcp]0 B16VOLUME [/prometheus]0 B17ENTRYPOINT ["/bin/prometheus"]0 B18CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]0 BCommand
BusyBox 1.38.0 (uclibc), Buildroot 2026.02.2, Debian 13