diff --git a/images/docker-fleet/index.html b/images/docker-fleet/index.html
index f11913995f..c8de7bc48c 100644
--- a/images/docker-fleet/index.html
+++ b/images/docker-fleet/index.html
@@ -53,5 +53,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/fleet: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
- 04.06.24: - Rebase to Alpine 3.20.
- 20.03.24: - Rebase to Alpine 3.19.
- 12.07.23: - Rebase to Alpine 3.18.
- 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
- 02.05.22: - Rebase to Alpine 3.15.
- 13.12.21: - Add mitigations for CVE-2021-44228
- 26.04.20: - Updated to keep in line with v2.0.0 branch of Fleet
- 19.12.19: - Rebasing to alpine 3.11.
- 02.07.19: - Rebasing to alpine 3.10.
- 02.07.19: - Stop container if fleet fails.
- 19.05.19: - Use new base images for arm versions.
- 01.04.19: - Initial Release