- Bay Area, California
- https://craisin.tech
- Joined on
2025-11-23
Block a user
docs-sync (latest)
Published 2025-12-22 19:47:26 -08:00 by craisin
Installation
docker pull gitea.craisin.tech/craisin/docs-sync:latestsha256:9394cd2ffe8fab8ef3495af7fd8305e8e812df2b52a411c020466dddb644328c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2618e11b07 | linux/amd64 | 114 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1765152000' |
| RUN /bin/sh -c apt-get update # buildkit |
| RUN /bin/sh -c apt-get -y install cron # buildkit |
| RUN /bin/sh -c apt-get -y install rclone # buildkit |
| COPY docs-cron /etc/cron.d/docs-cron # buildkit |
| RUN /bin/sh -c chmod 0644 /etc/cron.d/docs-cron # buildkit |
| RUN /bin/sh -c crontab /etc/cron.d/docs-cron # buildkit |
| RUN /bin/sh -c touch /var/log/cron.log # buildkit |
| CMD ["/bin/sh" "-c" "cron && tail -f /var/log/cron.log"] |