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.
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 -v
# or
$ docker run ghcr.io/tofran/restic-rclone:0.15.1_1.61.1 -v
# > restic 0.15.1 compiled with go1.19.5 on linux/amd64restic is the default entrypoint.