This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch issue_9176
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/issue_9176 by this push:
new 66460550fb Fix
66460550fb is described below
commit 66460550fb5b72a2d08d27ef67d7b245d140f601
Author: yuqi <[email protected]>
AuthorDate: Thu Nov 20 19:14:31 2025 +0800
Fix
---
dev/docker/build-docker.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/docker/build-docker.sh b/dev/docker/build-docker.sh
index 85423e50d5..d1c084185a 100755
--- a/dev/docker/build-docker.sh
+++ b/dev/docker/build-docker.sh
@@ -27,7 +27,7 @@ usage() {
cat << EOF
Usage:
-./build-docker.sh --platform [all|linux/amd64|linux/arm64] --type
[gravitino|hive|kerberos-hive|trino|doris|ranger|iceberg-rest-server|mcp-server]
--image {image_name} --tag {tag_name} --latest
+./build-docker.sh --platform [all|linux/amd64|linux/arm64] --type
[gravitino|hive|kerberos-hive|trino|doris|ranger|iceberg-rest-server|lance-rest-server|mcp-server]
--image {image_name} --tag {tag_name} --latest
Notice: You shouldn't use 'all' for the platform if you don't use the Github
action to publish the Docker image.
EOF