Skip to content

Commit

Permalink
[DOCS] Remove "platinum" references for Docker TLS
Browse files Browse the repository at this point in the history
These docs explicitly reference Docker images with a `-platinum` suffix
but they do not exist for current versions of Elasticsearch.

Fixes #7918
  • Loading branch information
jarpy committed Nov 26, 2018
1 parent a0f8a22 commit a93f743
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -66,7 +66,7 @@ version: '2.2'
services:
create_certs:
container_name: create_certs
image: docker.elastic.co/elasticsearch/elasticsearch-platinum:{version}
image: docker.elastic.co/elasticsearch/elasticsearch:{version}
command: >
bash -c '
if [[ ! -d config/certificates/certs ]]; then
Expand Down Expand Up @@ -103,7 +103,7 @@ version: '2.2'
services:
es01:
container_name: es01
image: docker.elastic.co/elasticsearch/elasticsearch-platinum:{version}
image: docker.elastic.co/elasticsearch/elasticsearch:{version}
environment:
- node.name=es01
- discovery.zen.minimum_master_nodes=2
Expand Down

0 comments on commit a93f743

Please sign in to comment.