alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!
MIT License
1.04k stars 261 forks source link

rsyslog 8.2302 .0-r0 breaks (alpine:edge) #305

Open CrimsonGlory opened 1 year ago

CrimsonGlory commented 1 year ago

Latest rsyslog version (which is on alpine:edge) breaks inside docker.

# docker run -ti --rm alpine:edge sh -c "apk add --update rsyslog && rsyslogd -n"
fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
(1/5) Installing libcap-ng (0.8.3-r2)
(2/5) Installing libestr (0.1.11-r2)
(3/5) Installing libfastjson (0.99.9-r0)
(4/5) Installing libuuid (2.38.1-r5)
(5/5) Installing rsyslog (8.2302.0-r0)
Executing busybox-1.35.0-r6.trigger
OK: 7 MiB in 20 packages
rsyslogd 8.2302.0: running as pid 1, enabling container-specific defaults, press ctl-c to terminate rsyslog
rsyslog internal message (3,-2455): could not transfer  the  specified  internal posix  capabilities settings to the kernel, capng_apply=-5
 [v8.2302.0 try https://www.rsyslog.com/e/2455 ]

alpine:latest is fine. Uses rsyslog version 8.2012.0-r3.