sha256:94f1f46a612109a50d744c2e704adad87cdf951f17f65ec08e42f90f4a47cecf
OS/ARCH
Compressed size
104.36 MB
Last pushed
about 1 month by simonswine
Type
Image
Manifest digest
sha256:de061dea4b15333dda6d5965b51e9bba683f97e084e7208f727e0d454d6673b5
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 TARGETARCH=amd640 B7COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit56.69 MB8COPY .build/linux-amd64/promtool /bin/promtool # buildkit46.59 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=amd64 /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