From 68b7557920b6d00b429d25847969371e7b3aad59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 20 Oct 2023 12:33:31 +0200 Subject: [PATCH] Fix: Fix log warning caused by tini init server in ospd-openvas container Remove warning message from the docker compose log output to not confuse users. It worked as it should nevertheless. --- src/_static/docker-compose-22.4.yml | 1 - src/changelog.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_static/docker-compose-22.4.yml b/src/_static/docker-compose-22.4.yml index 35774764..85742836 100644 --- a/src/_static/docker-compose-22.4.yml +++ b/src/_static/docker-compose-22.4.yml @@ -98,7 +98,6 @@ services: ospd-openvas: image: greenbone/ospd-openvas:stable restart: on-failure - init: true hostname: ospd-openvas.local cap_add: - NET_ADMIN # for capturing packages in promiscuous mode diff --git a/src/changelog.md b/src/changelog.md index 1a479e0b..105e71f4 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -13,6 +13,7 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Add workflow for source builds on howto access GSA/gsad remotely * Only run gsad on 127.0.0.1 for the community containers setup * Add workflow for container setup on howto access GSA/gsad remotely +* Fix log warning from tini init server in the ospd-openvas container ## 23.9.0 - 23-09-23 * Update pg-gvm to 22.6.1