Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit c9be209

Browse files
committed
Update to 8.18.1 and get rid of k8s entrypoint
1 parent f288cf7 commit c9be209

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
FROM elasticsearch:7.16.1
1+
FROM elasticsearch:8.18.1
22
LABEL org.opencontainers.image.source = "https://github.com/openaleph/aleph-elasticsearch"
33

44
RUN bin/elasticsearch-plugin install --batch repository-s3 \
5-
&& bin/elasticsearch-plugin install --batch repository-gcs \
65
&& bin/elasticsearch-plugin install --batch analysis-icu
76

8-
COPY k8s-entrypoint.sh /k8s-entrypoint.sh
97
COPY --chown=elasticsearch synonames.txt /usr/share/elasticsearch/config/
10-
11-
ENTRYPOINT [ "/k8s-entrypoint.sh" ]

0 commit comments

Comments
 (0)