Skip to content

Commit

Permalink
Update ES to 7.16.1
Browse files Browse the repository at this point in the history
This commit updates ES to 7.16.1. It also removes the unused `etc`
directory.

See #1558
  • Loading branch information
olivere committed Dec 17, 2021
1 parent e037a96 commit fb1fc54
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 191 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.15.1}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.16.1}
hostname: elasticsearch
environment:
- cluster.name=elasticsearch
Expand Down Expand Up @@ -28,7 +28,7 @@ services:
ports:
- 9200:9200
platinum:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.15.1}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.16.1}
hostname: elasticsearch-platinum
environment:
- cluster.name=platinum
Expand Down
15 changes: 0 additions & 15 deletions etc/elasticsearch.yml

This file was deleted.

Empty file removed etc/ingest-geoip/.gitkeep
Empty file.
100 changes: 0 additions & 100 deletions etc/jvm.options

This file was deleted.

74 changes: 0 additions & 74 deletions etc/log4j2.properties

This file was deleted.

Empty file removed etc/scripts/.gitkeep
Empty file.

0 comments on commit fb1fc54

Please sign in to comment.