cds

stations-monitoring-deploy (867689d0)

Published 2025-01-14 14:11:43 +01:00 by registry

Installation

docker pull forge.eost.unistra.fr/cds/stations-monitoring-deploy:867689d0
sha256:40b8cb02f7398b664c81790f3f368ea79214c83a05bb89d97fd9dcd8d8c18d38

Image layers

ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /
CMD ["/bin/sh"]
/bin/sh -c echo 'hosts: files dns' >> /etc/nsswitch.conf
/bin/sh -c apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && update-ca-certificates
ENV TELEGRAF_VERSION=1.8.3
/bin/sh -c set -ex && apk add --no-cache --virtual .build-deps wget gnupg tar && for key in 05CE15085FC09D18E99EFB22684A14CF2582E0C5 ; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" || gpg --keyserver pgp.mit.edu --recv-keys "$key" || gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; done && wget --no-verbose https://dl.influxdata.com/telegraf/releases/telegraf-${TELEGRAF_VERSION}-static_linux_amd64.tar.gz.asc && wget --no-verbose https://dl.influxdata.com/telegraf/releases/telegraf-${TELEGRAF_VERSION}-static_linux_amd64.tar.gz && gpg --batch --verify telegraf-${TELEGRAF_VERSION}-static_linux_amd64.tar.gz.asc telegraf-${TELEGRAF_VERSION}-static_linux_amd64.tar.gz && mkdir -p /usr/src /etc/telegraf && tar -C /usr/src -xzf telegraf-${TELEGRAF_VERSION}-static_linux_amd64.tar.gz && mv /usr/src/telegraf*/telegraf.conf /etc/telegraf/ && chmod +x /usr/src/telegraf*/* && cp -a /usr/src/telegraf*/* /usr/bin/ && rm -rf *.tar.gz* /usr/src /root/.gnupg && apk del .build-deps
EXPOSE 8092/udp 8094 8125/udp
COPY file:a8a66b0d8dac2aee66897c63ce9b7a3d282bb5d7b796ffb12c2cd9227fed341b in /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["telegraf"]
ENV LANG=C.UTF-8
ENV WORK_DIR=/opt/monitoring
ENV CONFIG_FILE=/opt/monitoring/config.json
COPY dir:e9391173c1a760abb8238de30ff83c73b520bbd3e290ab5b76412e6f49698c7d in /opt/monitoring
WORKDIR /opt/monitoring
/bin/sh -c set -ex && buildDeps=' build-base python3-dev libxslt-dev ' && apk --no-cache add python3 libxslt coreutils jq $buildDeps && apk --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/latest-stable/community add influxdb && python3 -m ensurepip && pip3 install --upgrade pip && pip3 install --no-cache-dir --upgrade -r requirements.txt && pip3 install . && pip3 uninstall -y pip && apk del $buildDeps
ENTRYPOINT ["/opt/monitoring/docker-entrypoint.sh"]
CMD ["telegraf"]
LABEL org.opencontainers.image.created=2025-01-14T12:44:28Z
LABEL org.opencontainers.image.revision=a437d5fe5c363b5d53a3fc4971b8ee72f0b28a3f
LABEL org.opencontainers.image.source=https://forge.eost.unistra.fr/cds/stations-monitoring.git
LABEL org.opencontainers.image.url=https://forge.eost.unistra.fr/cds/stations-monitoring
COPY file:bcaba0cdd7589d8b08ff9368716667dc53bc024f7f1da224c8a522d22890e47a in /etc/telegraf/telegraf.conf
COPY file:9cf57943cdb1efe517c278df901df26ac175851afafd23230c1894697c516de0 in /opt/monitoring/config.json
LABEL org.opencontainers.image.created=2025-01-14T13:13:26Z
LABEL org.opencontainers.image.revision=867689d02bdac11eb336f0e083b1a5cd79a82d86
LABEL org.opencontainers.image.source=https://forge.eost.unistra.fr/cds/stations-monitoring-deploy.git
LABEL org.opencontainers.image.url=https://forge.eost.unistra.fr/cds/stations-monitoring-deploy

Labels

Key Value
org.opencontainers.image.created 2025-01-14T13:13:26Z
org.opencontainers.image.revision 867689d02bdac11eb336f0e083b1a5cd79a82d86
org.opencontainers.image.source https://forge.eost.unistra.fr/cds/stations-monitoring-deploy.git
org.opencontainers.image.url https://forge.eost.unistra.fr/cds/stations-monitoring-deploy
Details
Container
2025-01-14 14:11:43 +01:00
0
OCI / Docker
linux/amd64
78 MiB
Versions (15) View all
9bd03911ea 2025-03-06
latest 2025-03-06
2655fca4 2025-03-06
e8d92e49 2025-03-06
70636ce3 2025-01-15