diff --git a/images/docker-syslog-ng/index.html b/images/docker-syslog-ng/index.html
index 189897817e..461174a04e 100644
--- a/images/docker-syslog-ng/index.html
+++ b/images/docker-syslog-ng/index.html
@@ -51,5 +51,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/syslog-ng: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
- 24.09.24: - Add opt to log to stdout.
- 24.05.24: - Rebase to Alpine 3.20.
- 31.01.24: - Rebase to Alpine 3.19.
- 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
- 10.01.23: - Add paho-mqtt-c library as required by the syslog-ng documentation
- 30.12.22: - Rebase to Alpine 3.17, add libdbi-drivers for SQL support.
- 01.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 18.12.21: - Rebase to Alpine 3.15.
- 01.07.21: - Rebase to Alpine 3.14.
- 26.05.21: - Initial release.