This is an automated email from the ASF dual-hosted git repository.

ming pushed a commit to branch rmolddockerbuild
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git

commit f2dee2443e6e30bccc23109121232a98def30925
Author: Simon Cheung <[email protected]>
AuthorDate: Wed Mar 22 10:38:46 2023 +0800

    Update pom.xml
---
 hugegraph-hubble/hubble-dist/pom.xml | 58 ------------------------------------
 1 file changed, 58 deletions(-)

diff --git a/hugegraph-hubble/hubble-dist/pom.xml 
b/hugegraph-hubble/hubble-dist/pom.xml
index 9de40921..82668180 100644
--- a/hugegraph-hubble/hubble-dist/pom.xml
+++ b/hugegraph-hubble/hubble-dist/pom.xml
@@ -120,64 +120,6 @@
                     </filesets>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <version>${exec-maven-plugin.version}</version>
-                <executions>
-                    <execution>
-                        <id>docker-build</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>exec</goal>
-                        </goals>
-                        <configuration>
-                            <skip>${docker.build.skip}</skip>
-                            <executable>docker</executable>
-                            
<workingDirectory>${project.basedir}</workingDirectory>
-                            <arguments>
-                                <argument>build</argument>
-                                <argument>--no-cache</argument>
-                                <argument>-t</argument>
-                                
<argument>${docker.hub}/${top.level.dir}:${docker.tag}</argument>
-                                <argument>-t</argument>
-                                
<argument>${docker.hub}/${top.level.dir}:latest</argument>
-                                <argument>${project.basedir}</argument>
-                                <argument>--file=../Dockerfile</argument>
-                            </arguments>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>docker-push</id>
-                        <phase>deploy</phase>
-                        <goals>
-                            <goal>exec</goal>
-                        </goals>
-                        <configuration>
-                            <skip>${docker.push.skip}</skip>
-                            <environmentVariables>
-                                <DOCKER_BUILDKIT>1</DOCKER_BUILDKIT>
-                            </environmentVariables>
-                            <executable>docker</executable>
-                            
<workingDirectory>${project.basedir}</workingDirectory>
-                            <arguments>
-                                <argument>buildx</argument>
-                                <argument>build</argument>
-                                <argument>--platform</argument>
-                                <argument>linux/amd64,linux/arm64</argument>
-                                <argument>--no-cache</argument>
-                                <argument>--push</argument>
-                                <argument>-t</argument>
-                                
<argument>${docker.hub}/${top.level.dir}:${docker.tag}</argument>
-                                <argument>-t</argument>
-                                
<argument>${docker.hub}/${top.level.dir}:latest</argument>
-                                <argument>${project.basedir}</argument>
-                                <argument>--file=../Dockerfile</argument>
-                            </arguments>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
 </project>

Reply via email to