cds

stations-monitoring-deploy (1d8f6336)

Published 2025-01-14 15:04:33 +01:00 by registry

Installation

docker pull forge.eost.unistra.fr/cds/stations-monitoring-deploy:1d8f6336
sha256:dcbbbc2e9416e1923f78348116d7690bf9ef92e85e78a571de9a649765563099

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:bcac4cb0076a22c541bfdfa880354912def89b9de1bb2fecc9140803a23cb44d in /etc/telegraf/telegraf.conf
COPY file:9cf57943cdb1efe517c278df901df26ac175851afafd23230c1894697c516de0 in /opt/monitoring/config.json
LABEL org.opencontainers.image.created=2025-01-14T14:06:16Z
LABEL org.opencontainers.image.revision=1d8f633655b73ac7a820c3bfa5bbdfa6b341b766
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-14T14:06:16Z
org.opencontainers.image.revision 1d8f633655b73ac7a820c3bfa5bbdfa6b341b766
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 15:04:33 +01:00
1
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