podcast-munger (sha-0dcb2d3)
Published 2025-10-11 21:26:20 +00:00 by serviceuser
Installation
docker pull git.hrafn.xyz/aether/podcast-munger:sha-0dcb2d3sha256:9494697031c2dc6e3b99103c73a240ef14c306eae19b166ca1aad2cb63d55d75
Image Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL owner=aether |
| RUN /bin/sh -c apk add --no-cache cronie python3 py3-xmltodict && mkdir -p /podcasts/output # buildkit |
| VOLUME [/podcasts/output] |
| ADD --chmod=0755 entrypoint.sh /usr/local/bin/ # buildkit |
| ADD src/* /podcasts/ # buildkit |
| RUN /bin/sh -c crontab -l | { cat; echo "* 15 * * * python3 /podcasts/RunFeeds.py"; } | crontab - # buildkit |
| RUN /bin/sh -c crontab -l | { cat; echo "@reboot python3 /podcasts/RunFeeds.py"; } | crontab - # buildkit |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
| CMD ["/usr/sbin/crond" "-n"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-10-11T21:26:12.721Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 0dcb2d3ff17b7d276799ccfe1d5022cce242b569 |
| org.opencontainers.image.source | https://git.hrafn.xyz/aether/nginx-docker |
| org.opencontainers.image.title | nginx-docker |
| org.opencontainers.image.url | https://git.hrafn.xyz/aether/nginx-docker |
| org.opencontainers.image.version | main |
| owner | aether |
Details
Versions (11)
View all
main
2025-10-12
latest
2025-10-12
sha-b7bfa22
2025-10-12
sha-6df6f81
2025-10-12
sha-26d3997
2025-10-12