paradizelost
  • Joined on 2021-01-12

pingtest (latest)

Published 2025-08-12 01:00:15 +00:00 by paradizelost in paradizelost/pingtest

Installation

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

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1753056000'
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-08-12 01:00:15 +00:00
1
OCI / Docker
linux/amd64
183 MiB
Versions (2) View all
latest 2025-08-12
dev 2025-03-19