diff --git a/images/docker-rsnapshot/index.html b/images/docker-rsnapshot/index.html
index 3392968e4c..1889ad7c98 100644
--- a/images/docker-rsnapshot/index.html
+++ b/images/docker-rsnapshot/index.html
@@ -44,5 +44,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/rsnapshot:latest .
-
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 06.03.24: - Rebase to Alpine 3.20.
- 23.12.23: - Rebase to Alpine 3.19, add root periodic crontabs for logrotate.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 02.03.23: - Split cron into separate init step and set crontab permissions.
- 15.12.22: - Rebase to alpine 3.17.
- 11.10.22: - Rebase to alpine 3.16, migrate to s6v3.
- 10.10.21: - Rebase to alpine 3.14.
- 20.08.20: - Initial Release.