This is an automated email from the ASF dual-hosted git repository.
czy006 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new fad9e5a84 [Hotfix]Refactor the build command in the `Publish Docker
Image` GitHub workflow to reduce image size (#4023)
fad9e5a84 is described below
commit fad9e5a84853a3f0ed473ed6fdc4a1dce4b01f2d
Author: ZhouJinsong <[email protected]>
AuthorDate: Mon Dec 29 14:01:18 2025 +0800
[Hotfix]Refactor the build command in the `Publish Docker Image` GitHub
workflow to reduce image size (#4023)
Refactor the build command in the Publish DOcker Image GitHub workflow to
reduce image size
---
.github/workflows/docker-images.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docker-images.yml
b/.github/workflows/docker-images.yml
index 9cd0bae55..2f7c47bf3 100644
--- a/.github/workflows/docker-images.yml
+++ b/.github/workflows/docker-images.yml
@@ -87,7 +87,7 @@ jobs:
echo "MVN_HADOOP=-Phadoop2" >> $GITHUB_ENV
- name: Build dist module with Maven
- run: ./mvnw clean package -pl 'dist' -am -e ${MVN_HADOOP} -DskipTests
-B -ntp -Psupport-all-formats
+ run: ./mvnw clean package -pl 'dist' -am -e ${MVN_HADOOP} -DskipTests
-B -ntp -Psupport-all-formats -Pno-extended-disk-storage -Pno-plugin-bin
- name: Build and Push Amoro Docker Image
uses: docker/build-push-action@v4