diff --git a/images/docker-netbox/index.html b/images/docker-netbox/index.html
index 1341e1ec02..4dc12b32f9 100644
--- a/images/docker-netbox/index.html
+++ b/images/docker-netbox/index.html
@@ -84,4 +84,4 @@
--pull \
-t lscr.io/linuxserver/netbox: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
- 16.07.24: - Add required packages for LDAP support.
- 01.06.24: - Rebase to Alpine 3.20.
- 23.12.23: - Rebase to Alpine 3.19.
- 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
- 14.05.23: - Build local docs on first run.
- 05.03.23: - Rebase to Alpine 3.17.
- 02.11.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 01.08.22: - Remove py3-pillow, add tiff to fix deps.
- 26.07.22: - Add py3-pillow package back on arm to fix build issue.
- 10.12.21: - Remove py3-pillow package to fix dependency issue with 3.2.0.
- 10.12.21: - Rebase to Alpine 3.15.
- 26.04.21: - Added Redis database environment variables.
- 03.02.21: - Added remote authentication environment variables.
- 02.01.21: - Added BASE_PATH environment variable.
- 23.08.20: - Initial Release.