speedtest (latest)
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
Versions (2)
View all