prometheus-speedtest-exporter (sha256:80805fe302124fa30c172ee35c8642505637ad697556757d26f2f1a202f4405e)
Installation
docker pull git.hedgewizards.org/twodarek/prometheus-speedtest-exporter@sha256:80805fe302124fa30c172ee35c8642505637ad697556757d26f2f1a202f4405esha256:80805fe302124fa30c172ee35c8642505637ad697556757d26f2f1a202f4405eImage layers
| ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV SPEEDTEST_VERSION=1.2.0 |
| ENV SCRIPT_EXPORTER_VERSION=v2.5.2 |
| RUN /bin/sh -c apk add tar curl ca-certificates bash # buildkit |
| RUN /bin/sh -c ARCH=$(apk info --print-arch) && echo ARCH=$ARCH && case "$ARCH" in x86) _arch=i386 ;; armv7) _arch=armhf ;; *) _arch="$ARCH" ;; esac && echo https://install.speedtest.net/app/cli/ookla-speedtest-${SPEEDTEST_VERSION}-linux-${_arch}.tgz && curl -fsSL -o /tmp/ookla-speedtest.tgz https://install.speedtest.net/app/cli/ookla-speedtest-${SPEEDTEST_VERSION}-linux-${_arch}.tgz && tar xvfz /tmp/ookla-speedtest.tgz -C /usr/local/bin speedtest && rm -rf /tmp/ookla-speedtest.tgz # buildkit |
| RUN /bin/sh -c ARCH=$(apk info --print-arch) && case "$ARCH" in x86_64) _arch=amd64 ;; armhf) _arch=armv7 ;; aarch64) _arch=arm64 ;; *) _arch="$ARCH" ;; esac && echo https://github.com/ricoberger/script_exporter/releases/download/${SCRIPT_EXPORTER_VERSION}/script_exporter-linux-${_arch} && curl -kfsSL -o /usr/local/bin/script_exporter https://github.com/ricoberger/script_exporter/releases/download/${SCRIPT_EXPORTER_VERSION}/script_exporter-linux-${_arch} && chmod +x /usr/local/bin/script_exporter # buildkit |
| COPY config.yaml config.yaml # buildkit |
| COPY speedtest-exporter.sh /usr/local/bin/speedtest-exporter.sh # buildkit |
| EXPOSE [9469/tcp] |
| ENTRYPOINT ["/usr/local/bin/script_exporter"] |
Details
2026-05-30 13:41:36 +00:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
17 MiB
latest
2026-05-30
f8e01a9f44ee5e45352d47f104747be829d33eb4
2026-05-30