utility/prometheus_2_47 (latest)

Published 2025-07-11 13:54:35 +00:00 by yropb

Installation

docker pull gitea.hms.yropb.xyz/yropb/utility/prometheus_2_47:latest
sha256:db03207fa305e4232ae907f04e51fac42ea4c7ca8359812562ed5c8bcc8e34e5

Image Layers

ADD file:bdecc23fd98ba2c277e43b5cea8883ffe7ca263be7ffffec66245881d518a90f in /
CMD ["sh"]
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
COPY dir:c0097f329d18485c38670fc45c2392f2fc33af3c40c222f07eb0e76a0d296ee9 in /
LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
ARG ARCH=amd64
ARG OS=linux
COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit
COPY .build/linux-amd64/promtool /bin/promtool # buildkit
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
COPY console_libraries/ /usr/share/prometheus/console_libraries/ # buildkit
COPY consoles/ /usr/share/prometheus/consoles/ # buildkit
COPY LICENSE /LICENSE # buildkit
COPY NOTICE /NOTICE # buildkit
COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit
WORKDIR /prometheus
RUN |2 ARCH=amd64 OS=linux /bin/sh -c ln -s /usr/share/prometheus/console_libraries /usr/share/prometheus/consoles/ /etc/prometheus/ && chown -R nobody:nobody /etc/prometheus /prometheus # buildkit
USER nobody
EXPOSE map[9090/tcp:{}]
VOLUME [/prometheus]
ENTRYPOINT ["/bin/prometheus"]
CMD ["--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"]

Labels

Key Value
maintainer The Prometheus Authors <prometheus-developers@googlegroups.com>
Details
Container
2025-07-11 13:54:35 +00:00
6
OCI / Docker
linux/amd64
94 MiB
Versions (1) View all
latest 2025-07-11