Always up-to-date minimal Alpine multi-arch images, with Restic and Rclone tagged for each version combination.
tofran/restic-rclone @ Docker Hub
tofran/restic-rclone @ GitHub container registry
Images are tagged with a combination of Restic and Rclone tags, in the format:
{RESTIC_TAG}_{RCLONE_TAG}.
Example tags: latest_latest, 0.16.0_1.64.0, latest_1.64.0, 0.16.0_latest.
The latest 4 images from both upstreams are maintained. Image building is automatic, via GitHub actions.
There is no guarantee the versions are compatible, please check both software releases and documentation
Images are built for the following architectures:
linux/386, linux/amd64, linux/arm, linux/arm64
# Optionally, first pull the image from your favourite registry:
$ docker pull tofran/restic-rclone:0.15.1_1.61.1
# or
$ docker pull ghcr.io/tofran/restic-rclone:0.15.1_1.61.1
# Run it:
$ docker run tofran/restic-rclone:0.15.1_1.61.1 version
# or
$ docker run ghcr.io/tofran/restic-rclone:0.15.1_1.61.1 version
# > restic 0.18.1 compiled with go1.25.1 on linux/arm64restic is the default entrypoint.