Block a user
books-rsync (latest)
Published 2026-01-09 02:00:57 +00:00 by kschiano
Installation
docker pull git.kenschiano.net/kschiano/books-rsync:latestsha256:e14a9b6ae91f2c2d7fe406c650683d89324a0ce484730e389bc8eae73f33fc3e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| bcb5607901 | linux/amd64 | 84 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=25.10 |
| ADD file:3c9ad2247c67ca346f1495dbb4344056bebc791542d36d1ebce89d87dd34cf5a in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c apt update && apt install -y rsync cron dos2unix # buildkit |
| COPY cron /etc/cron.d/audiobookshelf # buildkit |
| RUN /bin/sh -c dos2unix /etc/cron.d/audiobookshelf # buildkit |
| RUN /bin/sh -c chmod 0644 /etc/cron.d/audiobookshelf # buildkit |
| RUN /bin/sh -c chown root:root /etc/cron.d/audiobookshelf # buildkit |
| RUN /bin/sh -c sed -i 's/required\s*pam_loginuid.so/optional pam_loginuid.so/g' /etc/pam.d/cron # buildkit |
| RUN /bin/sh -c crontab /etc/cron.d/audiobookshelf # buildkit |
| RUN /bin/sh -c touch /var/log/cron.log # buildkit |
| CMD ["cron" "&&" "tail" "-f" "/var/log/cron.log"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 25.10 |