From e04e757daf46b227f0fd67908d11bc64838ee920 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Mon, 22 Feb 2021 10:54:42 +0000 Subject: [PATCH] ACS-1110 replace fabric8 with docker-maven-plugin (#1252) The community repo image was not being updated on DockerHub or quay.io after the original commit for this issue. It appears the new io.fabric8:docker-maven-plugin is only able to push to one registry. We had images for quay.io and dockerhub. On a branch we managed to release 7.0.0-A27c. In order to do so we temporarily had to comment out the upstream dependency check in build.sh. [skip ci] --- distribution/pom.xml | 4 ---- docker-alfresco/pom.xml | 27 ++++----------------------- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 7ae27fa7f..4c6eea3b6 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -25,10 +25,6 @@ org.alfresco alfresco-repository - - org.alfresco - alfresco-data-model - org.alfresco alfresco-server-root diff --git a/docker-alfresco/pom.xml b/docker-alfresco/pom.xml index a85a3088b..1aebe4964 100644 --- a/docker-alfresco/pom.xml +++ b/docker-alfresco/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - content-services-community-docker-alfresco - ACS Community Docker Image Builder for Alfresco Community + content-services-community-docker + ACS Community Docker Image Builder pom @@ -54,20 +54,6 @@ false ${project.build.directory}/amps - - - - - - - - - - - - - - @@ -108,7 +94,7 @@ internal - + @@ -140,7 +126,7 @@ release - + @@ -148,11 +134,6 @@ docker-maven-plugin - - - ${image.name}:${project.version} - ${image.registry} - ${image.name}:${project.version}