stations-monitoring (a437d5fe)
Published 2025-01-14 13:46:07 +01:00 by registry
Installation
docker pull forge.eost.unistra.fr/cds/stations-monitoring:a437d5fesha256:5c7bc6efaecfbd6205af2d942b98d01190bc21cad32cd204a435fed053c002b7Image 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 |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-01-14T12:44:28Z |
| org.opencontainers.image.revision | a437d5fe5c363b5d53a3fc4971b8ee72f0b28a3f |
| org.opencontainers.image.source | https://forge.eost.unistra.fr/cds/stations-monitoring.git |
| org.opencontainers.image.url | https://forge.eost.unistra.fr/cds/stations-monitoring |
Details
2025-01-14 13:46:07 +01:00
Versions (11)
View all
Container
1
OCI / Docker
linux/amd64
78 MiB