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

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new d493adda4 Kudu: update kudu docker test image to 1.18.1-ubuntu (#1891)
d493adda4 is described below

commit d493adda45fcf726ea21c79b4d4467cd64a060de
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Sep 6 12:48:50 2026 +0100

    Kudu: update kudu docker test image to 1.18.1-ubuntu (#1891)
---
 docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 3bab23ab7..5d752dca0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -134,7 +134,7 @@ services:
     ports:
       - "8080:8080"
   kudu-master:
-    image: apache/kudu:1.17.0
+    image: apache/kudu:1.18.1-ubuntu
     ports:
       - "7051:7051"
     command: [ "master" ]
@@ -147,7 +147,7 @@ services:
         --use_hybrid_clock=false
         --unlock_unsafe_flags=true
   kudu-tserver:
-    image: apache/kudu:1.17.0
+    image: apache/kudu:1.18.1-ubuntu
     links:
       - kudu-master
     ports:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to