diff --git a/src/22.4/container/preamble.md b/src/22.4/container/preamble.md index da887c7c..7e8f5aac 100644 --- a/src/22.4/container/preamble.md +++ b/src/22.4/container/preamble.md @@ -12,13 +12,7 @@ This guide is intended for users who want to test the newest features and/or want to get familiar with the Greenbone Community Edition. It is not intended for production setups. -Currently the docs support the following distributions +Currently the docs support the following appliances: -* **Debian stable** [(bookworm)](https://www.debian.org/releases/stable) -* **Ubuntu 24.04 LTS** -* **Fedora 35 and 36** -* **CentOS 9 Stream** - -Most likely, other Debian derivatives like Mint and Kali will also work with -only minor adjustments required. +* **Docker** [(Tested with version: 29.6.1)](https://docs.docker.com/engine/release-notes/29/) ``` diff --git a/src/changelog.md b/src/changelog.md index 02885ddc..6bbd32ef 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -23,6 +23,7 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Use [`restart_policy`](https://docs.docker.com/reference/compose-file/deploy/#restart_policy) for container services * Use `compose.yaml` instead of `docker-compose.yml` everywhere in the docs * Use environment variables for the settings of gsad +* Bump Linux distribution versions to the latest stables/releases ## 26.2.0 - 2026-02-24