Skip to content

Commit f3c103c

Browse files
fix: vuln fix alpine (#2726)
* vuln fix alpine * Updated the content-hash for the latest poetry.lock file * Updated the packages * Upgrading xz-libs to the latest version --------- Co-authored-by: cwadhwani-splunk <cwadhwani@splunk.com>
1 parent 8773f38 commit f3c103c

File tree

5 files changed

+258
-176
lines changed

5 files changed

+258
-176
lines changed

package/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
2222

2323
RUN apk add -U --upgrade --no-cache \
2424
bash \
25+
libxml2 \
26+
expat \
27+
binutils \
2528
musl \
2629
build-base \
2730
curl \
@@ -46,6 +49,7 @@ RUN apk add -U --upgrade --no-cache \
4649
gdb \
4750
py3-poetry-plugin-export \
4851
py3-virtualenv \
52+
xz-libs \
4953
&& groupadd --gid 1024 syslog \
5054
&& useradd -M -g 1024 -u 1024 syslog \
5155
&& usermod -L syslog \

package/Dockerfile.enterprise

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
2222

2323
RUN apk add -U --upgrade --no-cache \
2424
bash \
25+
libxml2 \
26+
expat \
27+
binutils \
2528
musl \
2629
build-base \
2730
curl \
@@ -30,6 +33,7 @@ RUN apk add -U --upgrade --no-cache \
3033
net-tools \
3134
netcat-openbsd \
3235
openssl \
36+
postgresql-libs \
3337
procps \
3438
py3-pip \
3539
python3 \
@@ -40,10 +44,12 @@ RUN apk add -U --upgrade --no-cache \
4044
tzdata \
4145
wget \
4246
cargo \
43-
postgresql-libs \
4447
ca-certificates \
4548
poetry \
4649
gdb \
50+
py3-poetry-plugin-export \
51+
py3-virtualenv \
52+
xz-libs \
4753
&& groupadd --gid 1024 syslog \
4854
&& useradd -M -g 1024 -u 1024 syslog \
4955
&& usermod -L syslog \

package/Dockerfile.lite

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
2222

2323
RUN apk add -U --upgrade --no-cache \
2424
bash \
25+
libxml2 \
26+
expat \
27+
binutils \
2528
musl \
2629
build-base \
2730
curl \
@@ -46,6 +49,7 @@ RUN apk add -U --upgrade --no-cache \
4649
gdb \
4750
py3-poetry-plugin-export \
4851
py3-virtualenv \
52+
xz-libs \
4953
&& groupadd --gid 1024 syslog \
5054
&& useradd -M -g 1024 -u 1024 syslog \
5155
&& usermod -L syslog \

0 commit comments

Comments
 (0)