pingtest (dev)

Published 2025-01-07 11:39:47 -06:00 by paradizelost in paradizelost/pingtest

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
Container
2025-01-07 11:39:47 -06:00
9
OCI / Docker
linux/amd64
183 MiB
Versions (2) View all
latest 2025-01-07
dev 2025-01-07