Rebuild Logstash, Elasticsearch

Setting static limits for Elasticsearch / Logstash on Xms, Xmx and Container RAM results in unwanted side effects for some installations. With Elastic supporting dynamic heap management for Java 14+ we now use OpenJDK 16 JRE and as such remove limitations. This should improve stability for T-Pot, provided the minimum requirements will be met.
This commit is contained in:
t3chn0m4g3
2021-05-26 11:00:49 +00:00
parent 0c5ab33b8a
commit de38e5e86f
8 changed files with 32 additions and 29 deletions

View File

@ -14,8 +14,9 @@ RUN apk -U --no-cache add \
curl \
libc6-compat \
libzmq \
nss \
openjdk11-jre && \
nss && \
# openjdk16-jre && \
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing openjdk16-jre && \
#
# Get and install packages
mkdir -p /etc/listbot && \