Skip to content

Commit b9ed2d6

Browse files
committed
Use dedicated elasticsearch image for observabilitySRE smoke testing
The ES team has started publishing a purpose built image for the fedramp high project. Update our smoke test stack to use this container.
1 parent f4dc7cf commit b9ed2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 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/elasticsearch/elasticsearch-cloud-ess-fips:8.19.0-SNAPSHOT
66
environment:
77
- discovery.type=single-node
88
- xpack.security.enabled=true

0 commit comments

Comments
 (0)