Skip to content

Commit 8b789d3

Browse files
committed
Update syslogng to 4.5.0-r0
1 parent b823f6b commit 8b789d3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
ARG LIBRENMS_VERSION="24.2.0"
44
ARG WEATHERMAP_PLUGIN_COMMIT="0b2ff643b65ee4948e4f74bb5cad5babdaddef27"
55
ARG ALPINE_VERSION="3.19"
6+
ARG SYSLOGNG_VERSION="4.5.0-r0"
67

78
FROM crazymax/yasu:latest AS yasu
89
FROM crazymax/alpine-s6:${ALPINE_VERSION}-2.2.0.3
@@ -68,7 +69,6 @@ RUN apk --update --no-cache add \
6869
runit \
6970
sed \
7071
shadow \
71-
syslog-ng=3.38.1-r0 \
7272
ttf-dejavu \
7373
tzdata \
7474
util-linux \
@@ -96,6 +96,9 @@ RUN apk --update --no-cache add \
9696
&& setcap cap_net_raw+ep /usr/lib/monitoring-plugins/check_icmp \
9797
&& setcap cap_net_raw+ep /usr/lib/monitoring-plugins/check_ping
9898

99+
ARG SYSLOGNG_VERSION
100+
RUN apk --update --no-cache add syslog-ng=${SYSLOGNG_VERSION}
101+
99102
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
100103
LIBRENMS_PATH="/opt/librenms" \
101104
LIBRENMS_DOCKER="1" \

rootfs/etc/syslog-ng/syslog-ng.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@version:3.38
1+
@version:4.5
22

33
options {
44
chain_hostnames(off);

0 commit comments

Comments
 (0)