es
This commit is contained in:
3
builder-docker/elasticsearch/Dockerfile
Normal file
3
builder-docker/elasticsearch/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM docker.io/bitnami/elasticsearch:7.16.2-debian-10-r0
|
||||||
|
|
||||||
|
RUN /opt/bitnami/elasticsearch/bin/elasticsearch-plugin install -b https://hub.fastgit.org/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/
|
@ -193,10 +193,10 @@ extraVolumeMounts: []
|
|||||||
## Specify dictionary of scripts to be run at first boot
|
## Specify dictionary of scripts to be run at first boot
|
||||||
## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory
|
## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory
|
||||||
## For example:
|
## For example:
|
||||||
# initScripts:
|
initScripts:
|
||||||
# my_init_script.sh: |
|
my_init_script.sh: |
|
||||||
# #!/bin/sh
|
#!/bin/sh
|
||||||
# /opt/bitnami/elasticsearch/bin/elasticsearch-plugin install -b https://hub.fastgit.org/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/elasticsearch-analysis-ik-7.16.2.zip
|
/opt/bitnami/elasticsearch/bin/elasticsearch-plugin install -b https://hub.fastgit.org/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/elasticsearch-analysis-ik-7.16.2.zip
|
||||||
|
|
||||||
# initScripts: {}
|
# initScripts: {}
|
||||||
## @param initScriptsCM ConfigMap with the init scripts. Evaluated as a template.
|
## @param initScriptsCM ConfigMap with the init scripts. Evaluated as a template.
|
||||||
|
Reference in New Issue
Block a user