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

fanningpj 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 8a236c6db upgrade some docker images (#1388)
8a236c6db is described below

commit 8a236c6db11e53e2880de1872119b9a1818aee49
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jan 28 19:46:27 2026 +0100

    upgrade some docker images (#1388)
    
    * upgrade some docker images
    
    * Update docker-compose.yml
    
    * Update docker-compose.yml
    
    * Update docker-compose.yml
    
    * Update docker-compose.yml
---
 docker-compose.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index e3e2da8d8..612e97a59 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,7 +4,7 @@
 
 services:
   amazoneventbridge:
-    image: localstack/localstack:0.10.6
+    image: localstack/localstack:0.10.7
     environment:
       - "SERVICES=events"
       - "DEBUG=true"
@@ -25,7 +25,7 @@ services:
     ports:
       - "9042:9042"
   elasticmq:
-    image: softwaremill/elasticmq-native:1.5.8
+    image: softwaremill/elasticmq-native:1.6.15
     ports:
       - "9324:9324"
   dynamodb:
@@ -39,13 +39,13 @@ services:
     environment:
       - "discovery.type=single-node"
   elasticsearch7:
-    image: docker.elastic.co/elasticsearch/elasticsearch:7.17.20
+    image: docker.elastic.co/elasticsearch/elasticsearch:7.17.28
     ports:
       - "9202:9200"
     environment:
       - "discovery.type=single-node"
   opensearch1:
-    image: opensearchproject/opensearch:1.3.14
+    image: opensearchproject/opensearch:1.3.20
     ports:
       - "9203:9200"
     environment:
@@ -89,7 +89,7 @@ services:
       - ./geode/scripts/:/scripts/
     command: /scripts/geode.sh
   gcloud-pubsub-emulator:
-    image: google/cloud-sdk:311.0.0
+    image: google/cloud-sdk:554.0.0
     ports:
       - "8538:8538"
     command: gcloud beta emulators pubsub start --project=pekko-connectors 
--host-port=0.0.0.0:8538
@@ -182,7 +182,7 @@ services:
     volumes:
       - ./mqtt/src/test/travis:/mosquitto/config
   orientdb:
-    image: orientdb:3.2.27
+    image: orientdb:3.2.49
     ports:
       - "2424:2424"
     environment:


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

Reply via email to