Update upstream version to 8.411 and test [release] 7.0.0-A27d

Try to push to DockerHub and Quay.io
This commit is contained in:
alandavis
2021-02-27 12:56:23 +00:00
parent 532fff429e
commit a264fb7683
3 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ env:
- TAS_SCRIPTS=../alfresco-community-repo/packaging/tests/scripts
- TAS_ENVIRONMENT=./tests/environment
# Release version has to start with real version (7.0.0-....) for the docker image to build successfully.
- RELEASE_VERSION=7.0.0-A27
- RELEASE_VERSION=7.0.0-A27d
- DEVELOPMENT_VERSION=7.0.0-SNAPSHOT
stages:
+25 -8
View File
@@ -132,18 +132,35 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration combine.self="override">
<images>
<!-- DockerHub image -->
<image>
<name>${image.name}:${project.version}</name>
</image>
</images>
</configuration>
<executions>
<execution>
<id>build-push-image</id>
<phase>deploy</phase>
<configuration combine.self="override">
<images>
<!-- DockerHub image -->
<image>
<name>${image.name}:${project.version}</name>
</image>
</images>
</configuration>
<goals>
<goal>build</goal>
<goal>push</goal>
</goals>
</execution>
<execution>
<id>build-push-image</id>
<phase>deploy</phase>
<configuration combine.self="override">
<images>
<!-- Quay image -->
<image>
<name>${image.name}:${project.version}</name>
<registry>${image.registry}</registry>
</image>
</images>
</configuration>
<goals>
<goal>build</goal>
<goal>push</goal>
+3 -3
View File
@@ -9,15 +9,15 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>8.405</version>
<version>8.411</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>8.405</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-repo.version>8.411</dependency.alfresco-community-repo.version>
<alfresco.share.version>7.0.0-A19</alfresco.share.version>
<alfresco.alfresco-share-services.version>${alfresco.share.version}</alfresco.alfresco-share-services.version>
<alfresco.api-explorer.version>7.0.0-A4</alfresco.api-explorer.version>
<alfresco.api-explorer.version>7.0.0-A5</alfresco.api-explorer.version>
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
<share.image.tag>${alfresco.share.version}</share.image.tag>