Docker image to periodically run a scheduled backup using the RClone API
| 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"] |
| 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 |