From 701705a7ce91234b412ddee7a6f762f6f55b7da4 Mon Sep 17 00:00:00 2001 From: cagache Date: Wed, 20 Jun 2018 12:03:22 +0300 Subject: [PATCH] RM-6138 Create docker images for rm-enterprise-share and rm-enterprise-repo --- pom.xml | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) diff --git a/pom.xml b/pom.xml index 2a45b46f49..e554aed1d1 100644 --- a/pom.xml +++ b/pom.xml @@ -327,6 +327,160 @@ + + + buildDockerImage + + + + + io.fabric8 + fabric8-maven-plugin + ${dependency.fabric8.version} + + + + ${image.name} + + ${project.basedir}/ + + + + + + + build-image + install + + build + + + + + + + + + + + internal + + + + + io.fabric8 + fabric8-maven-plugin + ${dependency.fabric8.version} + + + + ${image.name}:${image.tag} + ${image.registry} + + ${project.basedir}/ + + + + + + + build-push-image + install + + build + push + + + + + + + + + + + master + + + + + io.fabric8 + fabric8-maven-plugin + ${dependency.fabric8.version} + + + + ${image.name} + ${image.registry} + + ${project.basedir}/ + + + + ${image.name} + + ${project.basedir}/ + + + + + + + build-push-image + install + + build + push + + + + + + + + + + + release + + + + + io.fabric8 + fabric8-maven-plugin + ${dependency.fabric8.version} + + + + ${image.name}:${project.version} + ${image.registry} + + ${project.basedir}/ + + + + ${image.name}:${project.version} + + ${project.basedir}/ + + + + + + + build-push-image + deploy + + build + push + + + + + + + + @@ -381,6 +535,11 @@ src/main/properties/local ** src/test/properties/local + + 3.5.37 + imageNameNotSet + latest + quay.io