REPO-3378: Remove tagging image with docker.io registry as it should be used by default.

This commit is contained in:
Alexandru-Eusebiu Epure
2018-03-27 16:01:16 +03:00
parent 12e9c238e7
commit 3cb74461fe
3 changed files with 0 additions and 6 deletions

View File

@@ -16,7 +16,6 @@
<properties>
<image.name>alfresco/${project.artifactId}</image.name>
<image.registry>quay.io</image.registry>
<public.image.registry>docker.io</public.image.registry>
</properties>
<dependencyManagement>
@@ -167,7 +166,6 @@
</image>
<image>
<name>${image.name}:${project.version}</name>
<registry>${public.image.registry}</registry>
<build>
<dockerFileDir>${project.basedir}/</dockerFileDir>
</build>