https://github.com/tofran/restic-rclone-docker
🐳 Always up-to-date minimal Alpine Docker images with Restic and Rclone tagged for each version combination.
https://github.com/tofran/restic-rclone-docker
docker docker-image rclone restic restic-rclone
Last synced: 4 months ago
JSON representation
🐳 Always up-to-date minimal Alpine Docker images with Restic and Rclone tagged for each version combination.
- Host: GitHub
- URL: https://github.com/tofran/restic-rclone-docker
- Owner: tofran
- License: mit
- Created: 2021-03-28T00:58:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T01:13:31.000Z (5 months ago)
- Last Synced: 2025-03-16T12:42:28.092Z (4 months ago)
- Topics: docker, docker-image, rclone, restic, restic-rclone
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/tofran/restic-rclone
- Size: 29.3 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restic-rclone docker images
[](https://github.com/tofran/restic-rclone-docker/actions/workflows/trigger-build.yaml)
[][DockerHub]
[][DockerHub]Always up-to-date minimal Alpine multi-arch images, with **Restic** and **Rclone** tagged for each
version combination.[tofran/restic-rclone @ Docker Hub][DockerHub]
[tofran/restic-rclone @ GitHub container registry][GHCR]
## Tags
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](https://github.com/tofran/restic-rclone-docker/actions).
## Architecture support
Images are built for the following architectures:
`linux/386`, `linux/amd64`, `linux/arm`, `linux/arm64`## Usage
```sh
# 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/amd64
````restic` is the default entrypoint.
[DockerHub]: https://hub.docker.com/r/tofran/restic-rclone
[GHCR]: https://github.com/tofran/restic-rclone-docker/pkgs/container/restic-rclone