mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-3336 : Deployment: Release Process: fabric8
Merge the two fabric8 plugins into a single one.
This commit is contained in:
@@ -183,29 +183,10 @@
|
|||||||
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
||||||
<tags>
|
<tags>
|
||||||
<!--<tag>${bamboo.inject.tag}</tag>-->
|
<!--<tag>${bamboo.inject.tag}</tag>-->
|
||||||
<tag>rc1</tag>
|
<tag>testing-rc1</tag>
|
||||||
</tags>
|
</tags>
|
||||||
</build>
|
</build>
|
||||||
</image>
|
</image>
|
||||||
</images>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>buildAndPushInternally</id>
|
|
||||||
<goals>
|
|
||||||
<goal>build</goal>
|
|
||||||
<goal>push</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.fabric8</groupId>
|
|
||||||
<artifactId>fabric8-maven-plugin</artifactId>
|
|
||||||
<version>3.5.37</version>
|
|
||||||
<configuration>
|
|
||||||
<images>
|
|
||||||
<image>
|
<image>
|
||||||
<name>alfresco/alfresco-content-services-community</name>
|
<name>alfresco/alfresco-content-services-community</name>
|
||||||
<registry>registry.hub.docker.com</registry>
|
<registry>registry.hub.docker.com</registry>
|
||||||
@@ -213,7 +194,7 @@
|
|||||||
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
||||||
<tags>
|
<tags>
|
||||||
<!--<tag>${bamboo.inject.tag}</tag>-->
|
<!--<tag>${bamboo.inject.tag}</tag>-->
|
||||||
<tag>rc1</tag>
|
<tag>testing-rc2</tag>
|
||||||
</tags>
|
</tags>
|
||||||
</build>
|
</build>
|
||||||
</image>
|
</image>
|
||||||
@@ -221,8 +202,9 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>pushDockerhub</id>
|
<id>buildAndPush</id>
|
||||||
<goals>
|
<goals>
|
||||||
|
<goal>build</goal>
|
||||||
<goal>push</goal>
|
<goal>push</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
Reference in New Issue
Block a user