mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Revert "Try to use docker build arguments"
This reverts commit 855212c7
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -253,9 +253,6 @@
|
|||||||
<!-- Profile used only to build docker images-->
|
<!-- Profile used only to build docker images-->
|
||||||
<profile>
|
<profile>
|
||||||
<id>buildDockerImage</id>
|
<id>buildDockerImage</id>
|
||||||
<properties>
|
|
||||||
<docker.buildArg.TOMCAT_DIR>/usr/local/tomcat</docker.buildArg.TOMCAT_DIR>
|
|
||||||
</properties>
|
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
@@ -292,9 +289,6 @@
|
|||||||
<!-- Profile used to build docker images with a specific tag and push them to the given image registry (quay.io)-->
|
<!-- Profile used to build docker images with a specific tag and push them to the given image registry (quay.io)-->
|
||||||
<profile>
|
<profile>
|
||||||
<id>internal</id>
|
<id>internal</id>
|
||||||
<properties>
|
|
||||||
<docker.buildArg.TOMCAT_DIR>/usr/local/tomcat</docker.buildArg.TOMCAT_DIR>
|
|
||||||
</properties>
|
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
@@ -333,9 +327,6 @@
|
|||||||
hub.docker -->
|
hub.docker -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>master</id>
|
<id>master</id>
|
||||||
<properties>
|
|
||||||
<docker.buildArg.TOMCAT_DIR>/usr/local/tomcat</docker.buildArg.TOMCAT_DIR>
|
|
||||||
</properties>
|
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
@@ -380,9 +371,6 @@
|
|||||||
<!-- Profile used to build and push docker images with project.version tag to hub.docker when the enterprise deploy goal encounters-->
|
<!-- Profile used to build and push docker images with project.version tag to hub.docker when the enterprise deploy goal encounters-->
|
||||||
<profile>
|
<profile>
|
||||||
<id>release-enterprise</id>
|
<id>release-enterprise</id>
|
||||||
<properties>
|
|
||||||
<docker.buildArg.TOMCAT_DIR>/usr/local/tomcat</docker.buildArg.TOMCAT_DIR>
|
|
||||||
</properties>
|
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
Reference in New Issue
Block a user