From 122dfc196731eb3b5831f7053518f7bc684a404a Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 13 Feb 2019 19:15:21 +0200 Subject: Add dockers tag with timestamp and latest Change-Id: I22d1b3bd50c780ae1aff8eb49078a9f098cb55c7 Issue-ID: VID-421 Signed-off-by: Ittay Stern --- deliveries/pom.xml | 214 +++++++++++++++++++++++++++-------------------------- 1 file changed, 110 insertions(+), 104 deletions(-) diff --git a/deliveries/pom.xml b/deliveries/pom.xml index 1b89e1e5c..13db1c7ca 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -1,104 +1,110 @@ - - 4.0.0 - - - org.onap.vid - vid-parent - 4.0.0-SNAPSHOT - - - pom - vid-deliveries - - VID Deliveries - ONAP VID Deliveries - - UTF-8 - UTF-8 - ${docker_registry} - true - - - - - - docker-proxy - - - - env.http_proxy - - - - ${env.http_proxy} - - - - - - - ${project.artifactId}-${project.version} - - - io.fabric8 - docker-maven-plugin - 0.28.0 - - - true - 1.23 - - - onap/vid:${project.version} - - remove - docker-files - - / - vidadmin:vidadmin:vidadmin - assembly/assembly-for-plugin.xml - - - 4.0-STAGING-latest - latest - - - - - - - - - - generate-image - package - - build - - - - - push-image - deploy - - build - push - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8 - - true - - - - - - + + 4.0.0 + + + org.onap.vid + vid-parent + 4.0.0-SNAPSHOT + + + pom + vid-deliveries + + VID Deliveries + ONAP VID Deliveries + + UTF-8 + UTF-8 + ${docker_registry} + true + ${project.version}-${maven.build.timestamp} + ${project.version}-latest + + yyyyMMdd'T'HHmmss'Z' + + + + + + docker-proxy + + + + env.http_proxy + + + + ${env.http_proxy} + + + + + + + ${project.artifactId}-${project.version} + + + io.fabric8 + docker-maven-plugin + 0.28.0 + + + true + 1.23 + + + onap/vid:${project.version} + + remove + docker-files + + / + vidadmin:vidadmin:vidadmin + assembly/assembly-for-plugin.xml + + + 4.0-STAGING-latest + latest + ${docker.tag} + ${docker.latest.tag} + + + + + + + + + + generate-image + package + + build + + + + + push-image + deploy + + build + push + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + + + -- cgit 1.2.3-korg