diff --git a/images/docker-netbootxyz/index.html b/images/docker-netbootxyz/index.html
index 1878041d29..98789e48ba 100644
--- a/images/docker-netbootxyz/index.html
+++ b/images/docker-netbootxyz/index.html
@@ -86,5 +86,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/netbootxyz: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
- 30.06.24: - Rebase to Alpine 3.20.
- 24.02.24: - Add new port settings for the webserver and app.
- 08.12.23: - Rebase to Alpine 3.19.
- 17.11.23: - Rebase to Alpine 3.18.
- 01.07.23: - Deprecate armhf. As announced here
- 05.03.23: - Rebase to Alpine 3.17.
- 12.10.22: - Rebasing to Alpine 3.16, migrate to s6v3.
- 29.04.21: - Rebasing to alpine 3.13, add SUBFOLDER env variable.
- 01.06.20: - Rebasing to alpine 3.12.
- 19.12.19: - Rebasing to alpine 3.11.
- 13.12.19: - Swapping latest tag over to webapp stack for management.
- 10.12.19: - Adding tftp branch to provide tftp only option to latest users.
- 22.10.19: - Initial release.