Skip to content

Commit 511efe4

Browse files
authored
dev-guide: docker README.md update (#243)
2 parents 24bc22e + f0d6bae commit 511efe4

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

doc/_dev-guide/chapter_7/README.md

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,36 @@ id: dev-docker-imgs
55

66
### Available docker images
77

8-
* **balabit/syslog-ng**:
9-
* Within this docker image {{ site.product.short_name }} and {{ site.product.short_name }} incubator is installed from deb package.
10-
* It is intended to be used as a system logging service.
11-
* **balabit/syslog-ng-dev**:
12-
* This is a development image for building and testing syslog-ng.
13-
* It contains all packages to build and debug {{ site.product.short_name }} within the container.
14-
* **balabit/syslog-ng-incubator-dev**:
15-
* This is a development image for building and testing {{ site.product.short_name }} incubator.
16-
* It contains all packages to build and debug syslog-ng-incubator within the container.
8+
* **[balabit/syslog-ng](https://hub.docker.com/r/balabit/syslog-ng)**
9+
10+
Within this docker image {{ site.product.short_name }} is installed from deb package.\
11+
It is intended to be used as a system logging service.
12+
13+
You can get an image containing
14+
15+
- the latest official release with
16+
17+
`docker pull balabit/syslog-ng:latest`
18+
19+
- the latest developer nigthly build with
20+
21+
`docker pull balabit/syslog-ng:nightly`
22+
23+
* **[ghcr.io/syslog-ng](https://github.com/orgs/syslog-ng/packages)**
24+
25+
These are development images for building and testing syslog-ng, containing all packages to build and debug {{ site.product.short_name }} within the container.\
26+
There are images for multiple platforms to build installer packages, but for development purposes, you can use
27+
28+
- the [dbld-devshell](https://github.com/syslog-ng/syslog-ng/pkgs/container/dbld-devshell)
29+
30+
`docker pull ghcr.io/syslog-ng/dbld-devshell:latest`
31+
32+
- or its [ARM64](https://github.com/syslog-ng/syslog-ng/pkgs/container/dbld-devshell-arm64) counter part
33+
34+
`docker pull ghcr.io/syslog-ng/dbld-devshell-arm64:latest`
35+
1736

18-
### Availability and description of docker images
1937

20-
#### Place of docker images
2138

22-
* https://hub.docker.com/r/balabit/
2339

24-
#### Source project of docker images
2540

26-
* https://github.com/balabit/syslog-ng-docker

0 commit comments

Comments
 (0)