You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/10 07:03:07 UTC

[camel] 01/04: Revert "Use Elasticsearch 7.9.0 docker image"

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0f91c82bfaef67784c3eb5b768dd28b35d277065
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 10 08:52:55 2020 +0200

    Revert "Use Elasticsearch 7.9.0 docker image"
    
    This reverts commit 44e9ce6807ac17749cb10e98d50ea59a2b1af977.
---
 .../org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
index 63cbf31..5d11095 100644
--- a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
+++ b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
@@ -36,7 +36,7 @@ import org.testcontainers.utility.Base58;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class ElasticsearchBaseTest extends ContainerAwareTestSupport {
 
-    public static final String ELASTICSEARCH_IMAGE = "elasticsearch:7.9.0";
+    public static final String ELASTICSEARCH_IMAGE = "elasticsearch:7.3.2";
     public static final int ELASTICSEARCH_DEFAULT_PORT = 9200;
     public static final int ELASTICSEARCH_DEFAULT_TCP_PORT = 9300;