-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2565 from kuzzleio/chore/docker_elasticsearch_7.17
chore(docker): bump base version of elasticsearch for docker image
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG ELASTICSEARCH_VERSION="7.16.2" | ||
ARG ELASTICSEARCH_VERSION="7.17.25" | ||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION} | ||
|
||
LABEL maintainer="kuzzle" contact="<[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Elasticsearch | ||
|
||
This container is built from [Elasticsearch official 7.10 image](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html) with a few modifications: | ||
This container is built from [Elasticsearch official 7.17 image](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/docker.html) with a few modifications: | ||
|
||
* All xpack plugins are disabled by default | ||
* `jvm.options` file is modified to remove the jvm heap size settings, thus allowing to set them with `ES_JAVA_OPTS` environment variable (default to 512m). | ||
* The GeoIP downloader is disabled by default | ||
- All xpack plugins are disabled by default | ||
- `jvm.options` file is modified to remove the jvm heap size settings, thus allowing to set them with `ES_JAVA_OPTS` environment variable (default to 512m). | ||
- The GeoIP downloader is disabled by default |