Skip to content

Commit 721e13b

Browse files
committed
Ensure we are using the purpose build ES image in testing
Similar to elastic#17627
1 parent de9af76 commit 721e13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- elasticsearch
1515

1616
elasticsearch:
17-
image: docker.elastic.co/elasticsearch/elasticsearch-fips:${ELASTICSEARCH_IMAGE_VERSION:-8.19.0-SNAPSHOT}
17+
image: docker.elastic.co/cloud-release/elasticsearch-cloud-ess-fips:${ELASTICSEARCH_IMAGE_VERSION:-8.19.0-SNAPSHOT}
1818
container_name: fips_test_elasticsearch
1919
ports:
2020
- "9200:9200"
@@ -31,7 +31,7 @@ services:
3131
filebeat:
3232
# The filebeat shipped with the elasticsearch-fips container is built for FIPS support
3333
# There is no stand alone distribution. This uses the shipped version for testing.
34-
image: docker.elastic.co/elasticsearch/elasticsearch-fips:${FILEBEAT_IMAGE_VERSION:-8.19.0-SNAPSHOT}
34+
image: docker.elastic.co/cloud-release/elasticsearch-cloud-ess-fips:${FILEBEAT_IMAGE_VERSION:-8.19.0-SNAPSHOT}
3535
container_name: fips_test_filebeat
3636
working_dir: /usr/share/filebeat
3737
entrypoint: ["/bin/bash", "-c"]

0 commit comments

Comments
 (0)