podcast-munger (sha-b7bfa22)
Published 2025-10-12 11:43:50 +00:00 by serviceuser
Installation
docker pull git.hrafn.xyz/aether/podcast-munger:sha-b7bfa22sha256:9dcddbbe07d8b5f27a6fa7a59f2d500bcbaa8ebf1648facb246bd5dda6242f93
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-12T11:43:43.149Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | b7bfa2232bf1b0db681da815321366291b17df8f |
| 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