File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/distributions/internal/observabilitySRE/qa/acceptance/docker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"]
You can’t perform that action at this time.
0 commit comments