Block a user
speedtest-runner (latest)
Published 2026-05-06 22:04:12 +00:00 by Quetzalcoatl
Installation
docker pull gitea.mythnick.eu/quetzalcoatl/speedtest-runner:latestsha256:a1b3714731308627ea3834ac2a48c080ec5d65e55adbf81e5696bffd9038e040
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:da2cd86408d9354e8bd817c8a4b8635a1d788cd20d0d70061ce02a173e8cf902 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y curl python3 python3-pip && curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash && apt-get install -y speedtest && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c pip3 install --no-cache-dir influxdb # buildkit |
| COPY run.py /run.py # buildkit |
| CMD ["python3" "/run.py"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |