paradizelost
  • Joined on 2021-01-12

pingtest (latest)

Published 2025-08-18 19:03:40 +00:00 by paradizelost in paradizelost/pingtest

Installation

docker pull git.hamik.net/paradizelost/pingtest:latest
sha256:f5adcf622bee5d50fd72cf577d33d680bb9ebfde844e83e2bc50d1682023a5d8

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'
COPY requirements.txt / # buildkit
COPY init.sh / # buildkit
RUN /bin/sh -c chmod +x /init.sh # buildkit
RUN /bin/sh -c apt update && apt install python3 python3-pip iputils-ping -y && pip3 install -r /requirements.txt --break-system-packages && apt clean # buildkit
COPY logpingresult.py /usr/local/bin/ # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/logpingresult.py # buildkit
CMD ["/init.sh"]
Details
Container
2025-08-18 19:03:40 +00:00
1
OCI / Docker
linux/amd64
209 MiB
Versions (2) View all
latest 2025-08-18
dev 2025-08-18