Block a user
pagerdutycast (testing)
Published 2025-10-05 22:38:10 +00:00 by tintindohoang
Installation
docker pull repo.tintindo.xyz/tintindohoang/pagerdutycast:testingsha256:e58b7f7898db9e226438c72b3742022af7b7690033a85f9da19a47e82240c361
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 36999c080c | linux/amd64 | 77 MiB |
| fc9bbea841 | linux/arm64 | 76 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.21.3-aarch64.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"] |