mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
fix: log4j2 first mitigation
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
FROM elasticsearch:5.6-alpine
|
FROM elasticsearch:5.6-alpine
|
||||||
|
|
||||||
|
# log4j2
|
||||||
|
RUN echo "-Dlog4j2.formatMsgNoLookups=true" >> /usr/share/elasticsearch/config/jvm.options
|
||||||
|
|
||||||
ADD config/ /usr/share/elasticsearch/config/
|
ADD config/ /usr/share/elasticsearch/config/
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|||||||
Reference in New Issue
Block a user