From a66cb2f2d5901d938abca9933215f60cb2f759e6 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:28:46 +0000 Subject: [PATCH] Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9.1.5 --- docs/reference/search-connectors/api-tutorial.md | 2 +- .../src/javaRestTest/resources/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/search-connectors/api-tutorial.md b/docs/reference/search-connectors/api-tutorial.md index 61043424639d5..5709c9960208f 100644 --- a/docs/reference/search-connectors/api-tutorial.md +++ b/docs/reference/search-connectors/api-tutorial.md @@ -44,7 +44,7 @@ docker run -p 9200:9200 -d --name elasticsearch \ -e "xpack.security.enabled=false" \ -e "xpack.security.http.ssl.enabled=false" \ -e "xpack.license.self_generated.type=trial" \ - docker.elastic.co/elasticsearch/elasticsearch:9.1.4 + docker.elastic.co/elasticsearch/elasticsearch:9.1.5 ``` ::::{warning} diff --git a/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md b/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md index d1427d43da008..02a69167cfc46 100644 --- a/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md +++ b/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md @@ -35,10 +35,10 @@ docker run -d --name es \ -v ${SHARED_FOLDER}/data:/usr/share/elasticsearch/data \ -v ${SHARED_FOLDER}/snapshots:/usr/share/elasticsearch/snapshots \ --env "discovery.type=single-node" \ -docker.elastic.co/elasticsearch/elasticsearch:9.1.4 +docker.elastic.co/elasticsearch/elasticsearch:9.1.5 // Version 6 -docker.elastic.co/elasticsearch/elasticsearch:9.1.4 +docker.elastic.co/elasticsearch/elasticsearch:9.1.5 ``` ### Create Index Version 5