Skip to content

Commit a93f743

Browse files
author
Toby McLaughlin
committed
[DOCS] Remove "platinum" references for Docker TLS
These docs explicitly reference Docker images with a `-platinum` suffix but they do not exist for current versions of Elasticsearch. Fixes #7918
1 parent a0f8a22 commit a93f743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/security/securing-communications/configuring-tls-docker.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ version: '2.2'
6666
services:
6767
create_certs:
6868
container_name: create_certs
69-
image: docker.elastic.co/elasticsearch/elasticsearch-platinum:{version}
69+
image: docker.elastic.co/elasticsearch/elasticsearch:{version}
7070
command: >
7171
bash -c '
7272
if [[ ! -d config/certificates/certs ]]; then
@@ -103,7 +103,7 @@ version: '2.2'
103103
services:
104104
es01:
105105
container_name: es01
106-
image: docker.elastic.co/elasticsearch/elasticsearch-platinum:{version}
106+
image: docker.elastic.co/elasticsearch/elasticsearch:{version}
107107
environment:
108108
- node.name=es01
109109
- discovery.zen.minimum_master_nodes=2

0 commit comments

Comments
 (0)