sha256:63805ebb8d2b3920190daf1cb14a60871b16fd38bed42b857a3182bc621f4996
OS/ARCH
Compressed size
111.72 MB
Last pushed
10 months by autorancher
Type
Image
Manifest digest
sha256:dfc3cce6bfa8485ccad377c66f4ef9833524fde710756faa725251b639d19d86
Image Layers
1ADD file ... in / 817.11 KB2CMD ["sh"]0 B4COPY /rootfs / # buildkit469.65 KB6LABEL org.opencontainers.image.source=https://github.com/prometheus/prometheus0 B7ARG ARCH=arm640 B8ARG OS=linux0 B9COPY .build/linux-arm64/prometheus /bin/prometheus # buildkit57.79 MB10COPY .build/linux-arm64/promtool /bin/promtool # buildkit52.61 MB11COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit638 B12COPY LICENSE /LICENSE # buildkit3.93 KB13COPY NOTICE /NOTICE # buildkit1.41 KB14COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit59.26 KB15WORKDIR /prometheus98 B16RUN |2 ARCH=arm64 OS=linux /bin/sh695 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 /