This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-1.1
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.1 by this push:
new 273c7955af [Cherry-pick to branch-1.1] [#10527] fix(build): Pin
localstack docker image version to 4.14.0 to fix CI problem (#10528) (#10531)
273c7955af is described below
commit 273c7955af976fb39bbe24bc59e41f7f5dcece75
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 17:53:03 2026 +0800
[Cherry-pick to branch-1.1] [#10527] fix(build): Pin localstack docker
image version to 4.14.0 to fix CI problem (#10528) (#10531)
**Cherry-pick Information:**
- Original commit: bbb14ad315244d0de52e2d46658c2fd8d485041e
- Target branch: `branch-1.1`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Qi Yu <[email protected]>
Co-authored-by: Claude Sonnet 4.6 <[email protected]>
---
build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 3a60735e15..3e8eebb0cf 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -188,7 +188,7 @@ allprojects {
param.environment("GRAVITINO_CI_TRINO_DOCKER_IMAGE",
"apache/gravitino-ci:trino-0.1.6")
param.environment("GRAVITINO_CI_RANGER_DOCKER_IMAGE",
"apache/gravitino-ci:ranger-0.1.2")
param.environment("GRAVITINO_CI_KAFKA_DOCKER_IMAGE",
"apache/kafka:3.7.0")
- param.environment("GRAVITINO_CI_LOCALSTACK_DOCKER_IMAGE",
"localstack/localstack:latest")
+ param.environment("GRAVITINO_CI_LOCALSTACK_DOCKER_IMAGE",
"localstack/localstack:4.14.0")
// Disable Ryuk for integration tests
// Ryuk need privileged mode, if we want to rootless or run
non-privileged mode, we need to disable it.