diff --git a/pom.xml b/pom.xml index 2a45b46f49..960c830995 100644 --- a/pom.xml +++ b/pom.xml @@ -327,6 +327,166 @@ + + + + buildDockerImage + + + + + io.fabric8 + fabric8-maven-plugin + ${fabric8.maven.version} + + + + ${image.name} + + ${project.basedir}/ + + + + + + + build-image + install + + build + + + + + + + + + + + + internal + + + + + io.fabric8 + fabric8-maven-plugin + ${fabric8.maven.version} + + + + ${image.name}:${image.tag} + ${image.registry} + + ${project.basedir}/ + + + + + + + build-push-image + install + + build + push + + + + + + + + + + + + master + + + + + io.fabric8 + fabric8-maven-plugin + ${fabric8.maven.version} + + + + ${image.name} + ${image.registry} + + ${project.basedir}/ + + + + ${image.name} + + ${project.basedir}/ + + + + + + + build-push-image + install + + build + push + + + + + + + + + + + + release + + + + + io.fabric8 + fabric8-maven-plugin + ${fabric8.maven.version} + + + + ${image.name}:${project.version} + ${image.registry} + + ${project.basedir}/ + + + + ${image.name}:${project.version} + + ${project.basedir}/ + + + + + + + build-push-image + deploy + + build + push + + + + + + + + @@ -355,7 +515,7 @@ 2.7 8080 - 0.25.0 + 0.25.0 1.10.19 42.2.1 5432 @@ -381,6 +541,11 @@ src/main/properties/local ** src/test/properties/local + + 3.5.37 + imageNameNotSet + latest + quay.io diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 923cef481e..789d50bbcf 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -130,7 +130,7 @@ io.fabric8 docker-maven-plugin - ${fabric8.version} + ${fabric8.docker.version}