egommerce

api-logger-prometheus (dev)

Published 2025-12-14 17:07:37 +00:00 by keedosn

Installation

docker pull git.pbiernat.space/egommerce/api-logger-prometheus:dev
sha256:19ed4dea6e29e2535b10cb6d42e3207528b7a122d383e61b214362aef60561be

Image 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"]
LABEL dev.egommerce.image.author=Piotr Biernat
LABEL dev.egommerce.image.vendor=Egommerce
LABEL dev.egommerce.image.service=api-logger
LABEL dev.egommerce.image.version=1.0
COPY ./api-logger/etc/prometheus/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
COPY ./api-logger/etc/prometheus/alerting_rules.yml /etc/config/alerting_rules.yml # buildkit
COPY ./api-logger/etc/prometheus/recording_rules.yml /etc/config/recording_rules.yml # buildkit
COPY ./api-logger/etc/prometheus/rules /etc/config/rules # buildkit
COPY ./api-logger/etc/prometheus/alerts /etc/config/alerts # buildkit

Labels

Key Value
dev.egommerce.image.author Piotr Biernat
dev.egommerce.image.service api-logger
dev.egommerce.image.vendor Egommerce
dev.egommerce.image.version 1.0
maintainer The Prometheus Authors <prometheus-developers@googlegroups.com>
org.opencontainers.image.source https://github.com/prometheus/prometheus
Details
Container
2025-12-14 17:07:37 +00:00
2
OCI / Docker
linux/amd64
118 MiB
Versions (1) View all
dev 2025-12-14