fix/merge-testing-to-main #4

Merged
anti merged 138 commits from fix/merge-testing-to-main into main 2026-04-12 10:10:19 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 1484d2f625 - Show all commits

View File

@@ -2,7 +2,7 @@ ARG BASE_IMAGE=debian:bookworm-slim
FROM ${BASE_IMAGE}
RUN apt-get update && apt-get install -y --no-install-recommends \
busybox \
busybox-static \
rsyslog \
procps \
net-tools \

View File

@@ -28,6 +28,7 @@ HIST
fi
# Logging pipeline: named pipe → rsyslogd (RFC 5424) → stdout
rm -f /var/run/decnet-logs
mkfifo /var/run/decnet-logs
# Relay pipe to stdout so Docker captures all syslog events