pingtest (dev)

Published 2025-03-19 01:26:23 -05:00 by paradizelost in paradizelost/pingtest

Installation

docker pull git.hamik.net/paradizelost/pingtest:dev
sha256:e772c9b7da064ef9ddf7405250e02a9525566256c514d01a338df502e1acb619

Image Layers

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