From 4da9d4476fe968d3b915f7ca28b22bb322899614 Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Thu, 27 Jun 2019 18:00:57 +0200 Subject: Multiplatform support for policy Add multiplatfrom support for policy-base and policy-common docker images: - the pom.xml files are modified to push and pull from dockerhub instead of nexus repository (as nexus lacks support for manifest list) - for each image that is built with maven, an arch suffix is added to the tag. The currently supported architectures are amd64 and arm64. - the creation of the timestamped tag is moved from the pom.xml files to the docker_push_manifest.sh script - for each image built via the Jenkins CI jobs, the docker_push_manifest.sh is called. The script pushes a manifest list for each tag, plus it creates the timestamp tags for SNAPSHOT or STAGING images, depending on what job called the script (merge job, or stag job) For using the images, the name of the manifest list is to be used (which is the same as the current images in nexus) Issue-ID: POLICY-1997 Change-Id: If54e7ee6ac432a999844d3584e146a90e2247323 Signed-off-by: Paul Vaduva Signed-off-by: Cristina Pauna Signed-off-by: Alexandru Avadanii --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1b55d6d6..a1e47bf6 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,13 @@ org.onap.policy.parent integration - 3.0.1-SNAPSHOT + 3.0.1 org.onap.policy.docker docker - 1.5.0-SNAPSHOT + 2.0.0-SNAPSHOT pom Policy Docker images -- cgit 1.2.3-korg