File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ LABEL maintainer="emiliano.sune@gmail.com"
5
5
USER root
6
6
ENV STI_SCRIPTS_PATH=/usr/libexec/s2i
7
7
8
+ # ===============================================================================================
9
+ # Mitigation for CVE-2021-44228
10
+ #
11
+ # Upgrade to solr 8.11.1 or greater when availble.
12
+ #
13
+ # References:
14
+ # - https://logging.apache.org/log4j/2.x/security.html
15
+ # - https://solr.apache.org/security.html#apache-solr-affected-by-apache-log4j-cve-2021-44228
16
+ # -----------------------------------------------------------------------------------------------
17
+ ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
18
+ # ===============================================================================================
19
+
8
20
LABEL io.k8s.description="Run SOLR search in OpenShift" \
9
21
io.k8s.display-name="SOLR 8.8.1" \
10
22
io.openshift.expose-services="8983:http" \
You can’t perform that action at this time.
0 commit comments