Block a user
prometheus-prometheus (v3.5.0)
Published 2025-09-03 14:50:16 +02:00 by sido
Installation
docker pull gitea.oit.sk/sido/prometheus-prometheus:v3.5.0sha256:8672a850efe2f9874702406c8318704edb363587f8c2ca88586b4c8fdb5cea24Image Layers
| ADD file:ee9bb8755ccbdd689b434d9b4ac7518e972699604ecda33e4ddc2a15d2831443 in / |
| CMD ["sh"] |
| MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com> |
| COPY /rootfs / # buildkit |
| LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com> |
| LABEL org.opencontainers.image.source=https://github.com/prometheus/prometheus |
| 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 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 chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit |
| USER nobody |
| EXPOSE map[9090/tcp:{}] |
| VOLUME [/prometheus] |
| ENTRYPOINT ["/bin/prometheus"] |
| CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"] |
Labels
| Key | Value |
|---|---|
| maintainer | The Prometheus Authors <prometheus-developers@googlegroups.com> |
| org.opencontainers.image.source | https://github.com/prometheus/prometheus |