Skip to content

Commit

Permalink
feat: rophy/elasticsearch:7.16.1-20240202-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
rophy committed Feb 2, 2024
1 parent 720a6aa commit 08a98d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM elasticsearch:7.16.1

RUN bin/elasticsearch-plugin install --batch \
analysis-icu \
analysis-kuromoji \
ingest-attachment \
repository-s3 \
https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.16.1/elasticsearch-analysis-ik-7.16.1.zip
5 changes: 5 additions & 0 deletions elasticsearch/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
VERSION := $(shell cat version.txt)

build:
docker build -t rophy/elasticsearch:$(VERSION) .

1 change: 1 addition & 0 deletions elasticsearch/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.16.1-20240202-r1

0 comments on commit 08a98d4

Please sign in to comment.