speedtest (latest)

Published 2024-11-27 10:50:33 -06:00 by paradizelost in paradizelost/speedtestlog

Installation

docker pull git.hamik.net/paradizelost/speedtest:latest
sha256:65e10a8c6bc5dfc3501d31369d4e61f17fafd918e8afa81b1f29b9653fca7ca7

Image Layers

ADD rootfs.tar.xz / # buildkit
CMD ["bash"]
RUN /bin/sh -c apt update && apt install curl -y # buildkit
RUN /bin/sh -c curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash # buildkit
RUN /bin/sh -c apt install python3 python3-pip iputils-ping speedtest -y # buildkit
COPY logspeedtest.py /usr/local/bin/ # buildkit
COPY requirements.txt / # buildkit
COPY init.sh / # buildkit
RUN /bin/sh -c chmod +x /init.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/logspeedtest.py # buildkit
RUN /bin/sh -c pip3 install -r /requirements.txt # buildkit
RUN /bin/sh -c apt clean # buildkit
CMD ["/init.sh"]
Details
Container
2024-11-27 10:50:33 -06:00
0
OCI / Docker
linux/amd64
185 MiB
Versions (2) View all
dev 2024-12-04
latest 2024-11-27