From f0d6bae8c25e51cb6a6dc4f5512a613d8589eece Mon Sep 17 00:00:00 2001 From: Hofi Date: Thu, 11 Sep 2025 16:09:18 +0200 Subject: [PATCH] dev-guide: docker README.md update Signed-off-by: Hofi --- doc/_dev-guide/chapter_7/README.md | 42 ++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/doc/_dev-guide/chapter_7/README.md b/doc/_dev-guide/chapter_7/README.md index 96e20061..a32898e2 100644 --- a/doc/_dev-guide/chapter_7/README.md +++ b/doc/_dev-guide/chapter_7/README.md @@ -5,22 +5,36 @@ id: dev-docker-imgs ### Available docker images -* **balabit/syslog-ng**: - * Within this docker image {{ site.product.short_name }} and {{ site.product.short_name }} incubator is installed from deb package. - * It is intended to be used as a system logging service. -* **balabit/syslog-ng-dev**: - * This is a development image for building and testing syslog-ng. - * It contains all packages to build and debug {{ site.product.short_name }} within the container. -* **balabit/syslog-ng-incubator-dev**: - * This is a development image for building and testing {{ site.product.short_name }} incubator. - * It contains all packages to build and debug syslog-ng-incubator within the container. +* **[balabit/syslog-ng](https://hub.docker.com/r/balabit/syslog-ng)** + + Within this docker image {{ site.product.short_name }} 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` + +* **[ghcr.io/syslog-ng](https://github.com/orgs/syslog-ng/packages)** + + These are development images for building and testing syslog-ng, containing all packages to build and debug {{ site.product.short_name }} within the container.\ + There are images for multiple platforms to build installer packages, but for development purposes, you can use + + - the [dbld-devshell](https://github.com/syslog-ng/syslog-ng/pkgs/container/dbld-devshell) + + `docker pull ghcr.io/syslog-ng/dbld-devshell:latest` + + - or its [ARM64](https://github.com/syslog-ng/syslog-ng/pkgs/container/dbld-devshell-arm64) counter part + + `docker pull ghcr.io/syslog-ng/dbld-devshell-arm64:latest` + -### Availability and description of docker images -#### Place of docker images -* https://hub.docker.com/r/balabit/ -#### Source project of docker images -* https://github.com/balabit/syslog-ng-docker