cds

stations-monitoring-deploy (f5e04565)

Published 2025-01-14 15:53:36 +01:00 by registry

Installation

docker pull forge.eost.unistra.fr/cds/stations-monitoring-deploy:f5e04565
sha256:177ea2fa4d9b70630e91bd15c93e29a2c33049c6fbbf6a302946c5d9858cce5b

Image layers

ADD alpine-minirootfs-3.20.5-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c echo 'hosts: files dns' >> /etc/nsswitch.conf # buildkit
RUN /bin/sh -c apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && update-ca-certificates # buildkit
ENV TELEGRAF_VERSION=1.33.1
RUN /bin/sh -c ARCH= && case "$(apk --print-arch)" in x86_64) ARCH='amd64';; aarch64) ARCH='arm64';; *) echo "Unsupported architecture: $(apk --print-arch)"; exit 1;; esac && set -ex && mkdir ~/.gnupg; echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; apk add --no-cache --virtual .build-deps wget gnupg tar && for key in 9D539D90D3328DC7D6C8D3B9D8FF8E1F7DF8B07E ; do gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; done && wget --no-verbose https://dl.influxdata.com/telegraf/releases/telegraf-${TELEGRAF_VERSION}_linux_${ARCH}.tar.gz.asc && wget --no-verbose https://dl.influxdata.com/telegraf/releases/telegraf-${TELEGRAF_VERSION}_linux_${ARCH}.tar.gz && gpg --batch --verify telegraf-${TELEGRAF_VERSION}_linux_${ARCH}.tar.gz.asc telegraf-${TELEGRAF_VERSION}_linux_${ARCH}.tar.gz && mkdir -p /usr/src /etc/telegraf && tar -C /usr/src -xzf telegraf-${TELEGRAF_VERSION}_linux_${ARCH}.tar.gz && mv /usr/src/telegraf*/etc/telegraf/telegraf.conf /etc/telegraf/ && mkdir /etc/telegraf/telegraf.d && cp -a /usr/src/telegraf*/usr/bin/telegraf /usr/bin/ && gpgconf --kill all && rm -rf *.tar.gz* /usr/src /root/.gnupg && apk del .build-deps && addgroup -S telegraf && adduser -S telegraf -G telegraf && chown -R telegraf:telegraf /etc/telegraf # buildkit
EXPOSE map[8092/udp:{} 8094/tcp:{} 8125/udp:{}]
COPY entrypoint.sh /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]
CMD ["telegraf"]
ENV LANG=C.UTF-8
ENV WORK_DIR=/opt/monitoring
ENV CONFIG_FILE=/opt/monitoring/config.json
COPY dir:eee6aae3d1f8b820a20b5df5991ed88cf15897a37b6956a861169005aec4112f in /opt/monitoring
WORKDIR /opt/monitoring
/bin/sh -c apk --no-cache add python3 py3-pip py3-dateutil py3-lxml py3-influxdb libxslt coreutils jq
CMD ["telegraf"]
LABEL org.opencontainers.image.created=2025-01-14T14:54:13Z
LABEL org.opencontainers.image.revision=96784cad40ca8b534584620f38e99f190a824d92
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:55:20Z
LABEL org.opencontainers.image.revision=f5e045657e0c7330cb2f8faf062d71cbf4fc6156
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:55:20Z
org.opencontainers.image.revision f5e045657e0c7330cb2f8faf062d71cbf4fc6156
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:53:36 +01:00
1
OCI / Docker
linux/amd64
103 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