From 591810df468a8e2c59569e701f514bff61203940 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 17 Sep 2020 15:07:23 +0200 Subject: Introduce a new docker for be plugins Introduce a new docker image containing the etsi plugin and potentially others + simplify the process to build backend image + cleaning of unused files Issue-ID: SDC-3289 Signed-off-by: sebdet Change-Id: I82c770b391d169bef3bcc5f5af66e2a24dffb1b4 Signed-off-by: sebdet --- catalog-be-plugins/backend-all-plugins/pom.xml | 119 +++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 catalog-be-plugins/backend-all-plugins/pom.xml (limited to 'catalog-be-plugins/backend-all-plugins/pom.xml') diff --git a/catalog-be-plugins/backend-all-plugins/pom.xml b/catalog-be-plugins/backend-all-plugins/pom.xml new file mode 100644 index 0000000000..f75721f299 --- /dev/null +++ b/catalog-be-plugins/backend-all-plugins/pom.xml @@ -0,0 +1,119 @@ + + + + + catalog-be-plugins + org.openecomp.sdc + 1.7.1-SNAPSHOT + + + pom + 4.0.0 + + backend-all-plugins + + + ${project.version}-STAGING-${maven.build.timestamp} + ${project.version}-STAGING-latest + true + true + true + + + + + docker + + true + false + false + false + false + + + + + + + io.fabric8 + docker-maven-plugin + + ${docker.api.version} + nexus3.onap.org:10001 + true + + + docker + docker + + + + + + onap/sdc-backend-all-plugins + sdc-backend-all-plugins + + try + backend-all-plugins/Dockerfile + + ${docker.tag} + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + + + + backend-all-plugins/backend-all-plugins-files.xml + onap-sdc-backend-all-plugins + + + + + + + + clean-images + pre-clean + + remove + + + + generate-images + install + + build + + + + push-images + deploy + + push + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg