cds

stations-monitoring-deploy (acf7acbb)

Published 2025-01-14 16:37:50 +01:00 by registry

Installation

docker pull forge.eost.unistra.fr/cds/stations-monitoring-deploy:acf7acbb
sha256:6c2611c81c3beb177182c8f8426942e6b837998186feb1054e64449aeafb5d1c

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400'
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps lm-sensors libcap2-bin && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c set -ex && mkdir ~/.gnupg; echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; for key in 9D539D90D3328DC7D6C8D3B9D8FF8E1F7DF8B07E ; do gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; done # buildkit
ENV TELEGRAF_VERSION=1.33.1
RUN /bin/sh -c ARCH= && dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in amd64) ARCH='amd64';; arm64) ARCH='arm64';; armhf) ARCH='armhf';; armel) ARCH='armel';; *) echo "Unsupported architecture: ${dpkgArch}"; exit 1;; esac && wget --no-verbose https://dl.influxdata.com/telegraf/releases/telegraf_${TELEGRAF_VERSION}-1_${ARCH}.deb.asc && wget --no-verbose https://dl.influxdata.com/telegraf/releases/telegraf_${TELEGRAF_VERSION}-1_${ARCH}.deb && gpg --batch --verify telegraf_${TELEGRAF_VERSION}-1_${ARCH}.deb.asc telegraf_${TELEGRAF_VERSION}-1_${ARCH}.deb && dpkg -i telegraf_${TELEGRAF_VERSION}-1_${ARCH}.deb && rm -f telegraf_${TELEGRAF_VERSION}-1_${ARCH}.deb* # 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
ENV DEBIAN_FRONTEND=noninteractive
COPY dir:dfa76ec851703fdf57f04cd5d070097f42a8711e1339e1dd76afaeb513a8dc11 in /opt/monitoring
WORKDIR /opt/monitoring
/bin/sh -c apt update && apt install -y pipx python3-dateutil python3-influxdb coreutils jq
/bin/sh -c pipx install .
CMD ["telegraf"]
LABEL org.opencontainers.image.created=2025-01-14T15:37:06Z
LABEL org.opencontainers.image.revision=9a1d49c0072b54750354d6f545c4820484cd8347
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-14T15:39:34Z
LABEL org.opencontainers.image.revision=acf7acbbc618f3f5a719c894f5f437cda4626fd9
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-14T15:39:34Z
org.opencontainers.image.revision acf7acbbc618f3f5a719c894f5f437cda4626fd9
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 16:37:50 +01:00
1
OCI / Docker
linux/amd64
260 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