rclone-scheduler (latest)

Published 2026-05-29 23:44:07 +00:00 by ggrainger in ggrainger/rclone-scheduler

Installation

docker pull code.ggrainger.uk/ggrainger/rclone-scheduler:latest
sha256:543bfa2ce0d369bbee8db547d8b49a418b8d8499814219d1a2131ccee8ebcb2c

About this package

Docker image to periodically run a scheduled backup using the RClone API

Image layers

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add curl # buildkit
COPY ./templates /templates # buildkit
COPY /build/entrypoint / # buildkit
HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:3000/health || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
ENTRYPOINT ["/entrypoint"]

Labels

Key Value
org.opencontainers.image.created 2026-05-29T23:43:44.365Z
org.opencontainers.image.description Docker image to periodically run a scheduled backup using the RClone API
org.opencontainers.image.licenses
org.opencontainers.image.revision ab01fc233c3442919d6b3d777d90b2c19f373f6b
org.opencontainers.image.source https://code.ggrainger.uk/ggrainger/Rclone-Scheduler
org.opencontainers.image.title Rclone-Scheduler
org.opencontainers.image.url https://code.ggrainger.uk/ggrainger/Rclone-Scheduler
org.opencontainers.image.version latest
Details
Container
2026-05-29 23:44:07 +00:00
1
OCI / Docker
linux/amd64
14 MiB
Versions (1) View all
latest 2026-05-29