Updating CSIT (docker compose) DMI Snapshot version 80/131880/3
authorToineSiebelink <toine.siebelink@est.tech>
Thu, 27 Oct 2022 10:06:53 +0000 (11:06 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Fri, 28 Oct 2022 09:31:49 +0000 (10:31 +0100)
- use 'latest' for DMI (ie what is being built)
(DMI-VERSION property is not being used for CSIT)

Issue-ID: CPS-1353
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I8a5c0776587513d3cd0e1be8edc6db0980925273

docker-compose/docker-compose.yml
pom.xml

index 5fb0bc1..ce415e1 100755 (executable)
@@ -20,7 +20,7 @@
 services:
   ncmp-dmi-plugin:
     container_name: ncmp-dmi-plugin
-    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.2.0-SNAPSHOT-latest}
+    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-latest}
     ports:
       - ${DMI_PORT:-8783}:8080
       - ${DMI_MANAGEMENT_PORT:-8787}:8081
diff --git a/pom.xml b/pom.xml
index 815df7f..78aa122 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         </from>
                         <to>
                             <tags>
+                                <tag>latest</tag>
                                 <tag>${project.version}-latest</tag>
                             </tags>
                             <image>${docker.push.registry}/onap/${image.name}:${image.tag}</image>