This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 1a9b287c6340 refactor: remove buildx option in docker build for
notebooks (#14199)
1a9b287c6340 is described below
commit 1a9b287c6340a8e41093480f58642047606571aa
Author: deepakpanda93 <[email protected]>
AuthorDate: Mon Nov 3 22:49:20 2025 +0530
refactor: remove buildx option in docker build for notebooks (#14199)
---
hudi-notebooks/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hudi-notebooks/build.sh b/hudi-notebooks/build.sh
index 2a103e9377a9..56c266487066 100644
--- a/hudi-notebooks/build.sh
+++ b/hudi-notebooks/build.sh
@@ -37,7 +37,7 @@ docker build \
echo "Building Hive Docker image using Hive version: $HIVE_VERSION"
export TARGET_PLATFORM=linux/amd64
-docker buildx build \
+docker build \
--platform $TARGET_PLATFORM \
--build-arg HIVE_VERSION="$HIVE_VERSION" \
-t apachehudi/hive:latest \