Skip to content

Commit

Permalink
Merge pull request #2565 from kuzzleio/chore/docker_elasticsearch_7.17
Browse files Browse the repository at this point in the history
chore(docker): bump base version of elasticsearch for docker image
  • Loading branch information
rolljee authored Nov 29, 2024
2 parents fd4991f + 1325b1d commit 5e185f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
DOCKER_PLATFORMS: "linux/amd64,linux/arm64"
ELASTICSEARCH_VERSION: "7.16.2"
ELASTICSEARCH_VERSION: "7.17.25"

jobs:
build-and-push:
Expand Down
2 changes: 1 addition & 1 deletion docker/images/elasticsearch/Dockerfile
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]>"
Expand Down
8 changes: 4 additions & 4 deletions docker/images/elasticsearch/README.md
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

0 comments on commit 5e185f1

Please sign in to comment.