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 0e716236d Google Cloud Pub/Sub: update google/cloud-sdk docker test
image to 583.0.0 (#1886)
0e716236d is described below
commit 0e716236d9bbe3c96cf46954f4d3772514550120
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Sep 6 18:57:56 2026 +0100
Google Cloud Pub/Sub: update google/cloud-sdk docker test image to 583.0.0
(#1886)
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index 5d752dca0..487da7eaf 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -89,7 +89,7 @@ services:
- ./geode/scripts/:/scripts/
command: /scripts/geode.sh
gcloud-pubsub-emulator:
- image: google/cloud-sdk:554.0.0
+ image: google/cloud-sdk:583.0.0
ports:
- "8538:8538"
command: gcloud beta emulators pubsub start --project=pekko-connectors
--host-port=0.0.0.0:8538
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]