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 1
1
FROM opensearchproject/opensearch:1.3.0
2
2
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
9
3
USER opensearch
10
4
11
5
RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 1
1
FROM opensearchproject/opensearch:2.12.0
2
2
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
9
3
USER opensearch
10
4
11
5
RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 1
1
FROM opensearchproject/opensearch:2.3.0
2
2
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
9
3
USER opensearch
10
4
11
5
RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 1
1
FROM opensearchproject/opensearch:2.4.0
2
2
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
9
3
USER opensearch
10
4
11
5
RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 1
1
FROM opensearchproject/opensearch:2.5.0
2
2
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
9
3
USER opensearch
10
4
11
5
RUN bin/opensearch-plugin install -b analysis-icu && \
Original file line number Diff line number Diff line change 1
1
FROM opensearchproject/opensearch:3.0.0
2
2
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
9
3
USER opensearch
10
4
11
5
RUN bin/opensearch-plugin install -b analysis-icu && \
You can’t perform that action at this time.
0 commit comments