This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-1.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.2 by this push:
new 435f5c428f [Cherry-pick to branch-1.2] [#10527] fix(build): Pin
localstack docker image version to 4.14.0 to fix CI problem (#10528) (#10530)
435f5c428f is described below
commit 435f5c428f09ce46925326b5f13c03de8fbf97b0
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 19:07:49 2026 +0800
[Cherry-pick to branch-1.2] [#10527] fix(build): Pin localstack docker
image version to 4.14.0 to fix CI problem (#10528) (#10530)
**Cherry-pick Information:**
- Original commit: bbb14ad315244d0de52e2d46658c2fd8d485041e
- Target branch: `branch-1.2`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Qi Yu <[email protected]>
---
build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 0f6f88d4d3..e27f102fcc 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -193,7 +193,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.