Sign inSign up

tomwilkie/prometheus:f962b7095

Manifest digest

sha256:5c70141bdde1bba31f62cef7ea87b560a7570b3dab0ceef4c0b51b2d57e1f053

OS/ARCH

linux/amd64

Compressed size

64.26 MB

Last pushed

over 5 years by tomwilkie

Type

Image

Manifest digest

sha256:5c70141bdde1bba31f62cef7ea87b560a7570b3dab0ceef4c0b51b2d57e1f053

Image Layers

1ADD file ... in / 746.74 KB
2CMD ["sh"]0 B
3MAINTAINER The Prometheus Authors0 B
4COPY dir:20164bdfed01fd9fe967ba0eb4f134929adcf811ceda2a8952dc8a767660777e in / 478.23 KB
5LABEL maintainer=The Prometheus Authors <[email protected]>0 B
6ARG ARCH=amd640 B
7ARG OS=linux0 B
8COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit34.48 MB
9COPY .build/linux-amd64/promtool /bin/promtool # buildkit28.45 MB
10COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit632 B
11COPY console_libraries/ /usr/share/prometheus/console_libraries/ # buildkit2.66 KB
12COPY consoles/ /usr/share/prometheus/consoles/ # buildkit3.03 KB
13COPY LICENSE /LICENSE # buildkit3.92 KB
14COPY NOTICE /NOTICE # buildkit1.32 KB
15COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit121.91 KB
16RUN |2 ARCH=amd64 OS=linux /bin/sh252 B
17RUN |2 ARCH=amd64 OS=linux /bin/sh719 B
18USER nobody0 B
19EXPOSE map[9090/tcp:{}]0 B
20VOLUME [/prometheus]0 B
21WORKDIR /prometheus32 B
22ENTRYPOINT ["/bin/prometheus"]0 B
23CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus" "--web.console.libraries=/usr/share/prometheus/console_libraries" "--web.console.templates=/usr/share/prometheus/consoles"]0 B

Command

ADD file:92e389f575fd4d0a48a8273242a1bd10a1b4c020cfd73a3558ae723e819b6b8c in /