Skip to content

Commit fb1fc54

Browse files
committed
Update ES to 7.16.1
This commit updates ES to 7.16.1. It also removes the unused `etc` directory. See #1558
1 parent e037a96 commit fb1fc54

File tree

6 files changed

+2
-191
lines changed

6 files changed

+2
-191
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.15.1}
3+
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.16.1}
44
hostname: elasticsearch
55
environment:
66
- cluster.name=elasticsearch
@@ -28,7 +28,7 @@ services:
2828
ports:
2929
- 9200:9200
3030
platinum:
31-
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.15.1}
31+
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.16.1}
3232
hostname: elasticsearch-platinum
3333
environment:
3434
- cluster.name=platinum

etc/elasticsearch.yml

-15
This file was deleted.

etc/ingest-geoip/.gitkeep

Whitespace-only changes.

etc/jvm.options

-100
This file was deleted.

etc/log4j2.properties

-74
This file was deleted.

etc/scripts/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)