This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 37ddf29d78 Use a floating tag for the Google Cloud emulators test
container image
37ddf29d78 is described below
commit 37ddf29d786ed1b2f78c8d426ff289516db36f70
Author: James Netherton <[email protected]>
AuthorDate: Wed Sep 2 13:18:22 2026 +0100
Use a floating tag for the Google Cloud emulators test container image
Google enforces a 365 day retention policy on the Google Cloud CLI
Docker image repositories, so pinned version tags are deleted after a
year. The tag previously used on older branches (492.0.0-emulators) has
already been removed, and the currently pinned 551.0.0-emulators will be
removed in January 2027.
Track the floating :emulators tag instead, which is what Camel core and
quarkus-google-cloud-services both do.
Also switch to the google-cloud-cli repository name. This is the only
name documented upstream, cloud-sdk being an undocumented legacy alias.
Testcontainers accepts both, so no test code changes are needed.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cc285446d0..7826a18915 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,7 +253,7 @@
<fhir.container.image>${fhir.container.image.base}:v8.10.0-3</fhir.container.image>
<fhir-dstu.container.image>${fhir.container.image.base}:v4.2.0</fhir-dstu.container.image>
<floci.container.image>mirror.gcr.io/floci/floci:1.6.0</floci.container.image>
-
<google-cloud-sdk.container.image>gcr.io/google.com/cloudsdktool/cloud-sdk:551.0.0-emulators</google-cloud-sdk.container.image>
+
<google-cloud-sdk.container.image>gcr.io/google.com/cloudsdktool/google-cloud-cli:emulators</google-cloud-sdk.container.image>
<google-storage.container.image>mirror.gcr.io/fsouza/fake-gcs-server:1.52.3</google-storage.container.image>
<greenmail.container.image>mirror.gcr.io/greenmail/standalone:2.1.8</greenmail.container.image>
<hashicorp-vault.container.image>mirror.gcr.io/hashicorp/vault:2.0.3</hashicorp-vault.container.image>