Quetzalcoatl
  • Joined on 2026-02-21

speedtest-runner (latest)

Published 2026-05-06 22:04:12 +00:00 by Quetzalcoatl

Installation

docker pull gitea.mythnick.eu/quetzalcoatl/speedtest-runner:latest
sha256: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
Details
Container
2026-05-06 22:04:12 +00:00
3
OCI / Docker
linux/amd64
154 MiB
Versions (1) View all
latest 2026-05-06