From 649585b88b758d5c3e702446385ffe733ceea824 Mon Sep 17 00:00:00 2001 From: Dmitry Puzikov Date: Thu, 15 Aug 2019 13:45:56 +0200 Subject: Created maven modules for aai-common docker images. aai-common and aai-haproxy docker images can be build with maven. Change-Id: Iffbc2f4984316e3acc35558bdde0dbea76388ada Issue-ID: INT-1023 Signed-off-by: Dmitry Puzikov --- aai-common-docker/aai-common-images/pom.xml | 103 ++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 aai-common-docker/aai-common-images/pom.xml (limited to 'aai-common-docker/aai-common-images/pom.xml') diff --git a/aai-common-docker/aai-common-images/pom.xml b/aai-common-docker/aai-common-images/pom.xml new file mode 100644 index 00000000..2ecf0295 --- /dev/null +++ b/aai-common-docker/aai-common-images/pom.xml @@ -0,0 +1,103 @@ + + + 4.0.0 + + org.onap.aai.aai-common + aai-common-docker + 1.6.0-SNAPSHOT + + + aai-common-images + 1.6.0-SNAPSHOT + pom + aai-aai-common-images + Contains dockerfiles for aai-common images (alpine and ubuntu based). + + + + io.fabric8 + docker-maven-plugin + ${docker.fabric.version} + + true + 1.23 + + + ${docker.push.registry}/${aai.docker.namespace}/aai-common-alpine:%l + + + @ + + latest + + try + ${project.basedir}/src/main/docker + Dockerfile.alpine + + + + ${docker.push.registry}/${aai.docker.namespace}/aai-common-ubuntu:%l + + + @ + + latest + + try + Dockerfile.ubuntu + ${project.basedir}/src/main/docker + + + + + + + clean-images + pre-clean + + remove + + + true + + + + generate-images + package + + build + + + + push-images + deploy + + push + + + + + + + -- cgit 1.2.3-korg