Skip to content

Commit e12f629

Browse files
authored
fix: es 7.10.2 backup failed (#2344)
1 parent 49eebd9 commit e12f629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/elasticsearch/plugins/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /plugins
55
# Install all plugins
66
RUN set -e && \
77
# IK plugins for all versions \
8-
for version in 6.8.23 7.7.1 7.8.1 7.10.1 8.1.3 8.8.2 8.15.5; do \
8+
for version in 6.8.23 7.7.1 7.8.1 7.10.1 7.10.2 8.1.3 8.8.2 8.15.5; do \
99
echo "Installing IK plugin for Elasticsearch $version"; \
1010
mkdir -p ./${version}/ik && \
1111
wget -q https://release.infinilabs.com/analysis-ik/stable/elasticsearch-analysis-ik-${version}.zip && \
@@ -19,7 +19,7 @@ RUN set -e && \
1919
done && \
2020
\
2121
# S3 plugins for 6.x and 7.x (8.x has it built-in) \
22-
for version in 6.8.23 7.7.1 7.8.1 7.10.1; do \
22+
for version in 6.8.23 7.7.1 7.8.1 7.10.1 7.10.2; do \
2323
echo "Installing S3 plugin for Elasticsearch $version"; \
2424
mkdir -p ./${version}/s3 && \
2525
wget -q https://artifacts.elastic.co/downloads/elasticsearch-plugins/repository-s3/repository-s3-${version}.zip && \

0 commit comments

Comments
 (0)