File tree Expand file tree Collapse file tree 6 files changed +0
-36
lines changed
Expand file tree Collapse file tree 6 files changed +0
-36
lines changed Original file line number Diff line number Diff line change 11FROM opensearchproject/opensearch:1.3.0
22
3- USER root
4- RUN yum -y install zip && \
5- zip -q -d /usr/share/opensearch/lib/log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class && \
6- yum remove -y zip && \
7- yum -y clean all && \
8- rm -rf /var/cache
93USER opensearch
104
115RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 11FROM opensearchproject/opensearch:2.12.0
22
3- USER root
4- RUN yum -y install zip && \
5- zip -q -d /usr/share/opensearch/lib/log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class && \
6- yum remove -y zip && \
7- yum -y clean all && \
8- rm -rf /var/cache
93USER opensearch
104
115RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 11FROM opensearchproject/opensearch:2.3.0
22
3- USER root
4- RUN yum -y install zip && \
5- zip -q -d /usr/share/opensearch/lib/log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class && \
6- yum remove -y zip && \
7- yum -y clean all && \
8- rm -rf /var/cache
93USER opensearch
104
115RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 11FROM opensearchproject/opensearch:2.4.0
22
3- USER root
4- RUN yum -y install zip && \
5- zip -q -d /usr/share/opensearch/lib/log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class && \
6- yum remove -y zip && \
7- yum -y clean all && \
8- rm -rf /var/cache
93USER opensearch
104
115RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 11FROM opensearchproject/opensearch:2.5.0
22
3- USER root
4- RUN yum -y install zip && \
5- zip -q -d /usr/share/opensearch/lib/log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class && \
6- yum remove -y zip && \
7- yum -y clean all && \
8- rm -rf /var/cache
93USER opensearch
104
115RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 11FROM opensearchproject/opensearch:3.0.0
22
3- USER root
4- RUN yum -y install zip && \
5- zip -q -d /usr/share/opensearch/lib/log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class && \
6- yum remove -y zip && \
7- yum -y clean all && \
8- rm -rf /var/cache
93USER opensearch
104
115RUN bin/opensearch-plugin install -b analysis-icu && \
You can’t perform that action at this time.
0 commit comments