pingtest (dev)
Installation
docker pull git.hamik.net/paradizelost/pingtest:dev
sha256:e8f0067b25cd8a1a258cff1fa132878aef8156a4d5ba4f6470b8556ca22b664b
Image Layers
# debian.sh --arch 'amd64' out/ 'bullseye' '@1734912000' |
COPY logpingresult.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/logpingresult.py # buildkit |
RUN /bin/sh -c apt update && apt install python3 python3-pip iputils-ping -y # 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