Skip to content

Commit 255b047

Browse files
committed
Use latest ES image
This will be handled separately in a separate PR, but taking this commit for now on this branch.
1 parent 294307e commit 255b047

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x-pack/distributions/internal/observabilitySRE/qa/smoke/docker/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
elasticsearch:
5-
image: docker.elastic.co/elasticsearch/elasticsearch-fips:8.19.0-SNAPSHOT
5+
image: docker.elastic.co/cloud-release/elasticsearch-cloud-ess-fips:8.19.0-SNAPSHOT
66
environment:
77
- discovery.type=single-node
88
- xpack.security.enabled=true
@@ -16,6 +16,8 @@ services:
1616
- xpack.security.transport.ssl.key=/usr/share/elasticsearch/config/certs/elasticsearch.key
1717
- xpack.security.transport.ssl.certificate=/usr/share/elasticsearch/config/certs/elasticsearch.crt
1818
- xpack.security.transport.ssl.certificate_authorities=/usr/share/elasticsearch/config/certs/ca.crt
19+
entrypoint: ["/usr/local/bin/docker-entrypoint.sh"]
20+
command: ["eswrapper"]
1921
ports:
2022
- "9200:9200"
2123
volumes:

0 commit comments

Comments
 (0)