Hai Dang Do Hoang tintindohoang
  • Joined on 2025-06-30

pagerdutycast (testing)

Published 2025-10-05 22:38:10 +00:00 by tintindohoang

Installation

docker pull repo.tintindo.xyz/tintindohoang/pagerdutycast:testing
sha256:e58b7f7898db9e226438c72b3742022af7b7690033a85f9da19a47e82240c361

Images

Digest OS / Arch Size
36999c080c linux/amd64 77 MiB
fc9bbea841 linux/arm64 76 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV TIME=15
COPY app/ /app # buildkit
RUN /bin/sh -c apk update && apk add --no-cache python3 py3-pip ffmpeg libsndfile iputils bash && rm -rf /var/cache/apk/* # Clean up cache to reduce image size # buildkit
RUN /bin/sh -c pip3 install --no-cache-dir -r /app/requirements.txt --break-system-packages # buildkit
CMD ["python3" "/app/main.py"]
Details
Container
2025-10-05 22:38:10 +00:00
4
OCI / Docker
Versions (1) View all
testing 2025-10-05