sha256:55024a4f85d41bb347e5eb6051c7046bc3ce380b11624625d92aad7c26e79999
OS/ARCH
Compressed size
124.24 MB
Last pushed
10 months by zyclonite
Type
Image
Manifest digest
sha256:16fa5f7b457839ee0e66b953053f3c4b3da094e52ccee7a71897d0b31dee2f2d
Image Layers
1ADD file ... in / 830.8 KB2CMD ["sh"]0 B4COPY /rootfs / # buildkit481.72 KB6LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus0 B7ARG ARCH=arm640 B8ARG OS=linux0 B9COPY .build/linux-arm64/prometheus /bin/prometheus # buildkit64.24 MB10COPY .build/linux-arm64/promtool /bin/promtool # buildkit58.64 MB11COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit649 B12COPY LICENSE /LICENSE # buildkit4.02 KB13COPY NOTICE /NOTICE # buildkit1.47 KB14COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit60.51 KB15WORKDIR /prometheus106 B16RUN |2 ARCH=arm64 OS=linux /bin/sh709 B17USER nobody0 B18EXPOSE map[9090/tcp:{}]0 B19VOLUME [/prometheus]0 B20ENTRYPOINT ["/bin/prometheus"]0 B21CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]0 BCommand
ADD file:1582deb90400e4ba7841816ec06c91038e252bb107fb018609202c6683f17bfb in /