Docker images for syslog-ng OSE
Available docker images
-
Within this docker image syslog-ng OSE is installed from deb package.
It is intended to be used as a system logging service.You can get an image containing
-
the latest official release with
docker pull balabit/syslog-ng:latest
-
the latest developer nigthly build with
docker pull balabit/syslog-ng:nightly
-
-
These are development images for building and testing syslog-ng, containing all packages to build and debug syslog-ng OSE within the container.
There are images for multiple platforms to build installer packages, but for development purposes, you can use-
the dbld-devshell
docker pull ghcr.io/syslog-ng/dbld-devshell:latest
-
or its ARM64 counter part
docker pull ghcr.io/syslog-ng/dbld-devshell-arm64:latest
-