summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2022-10-27 11:06:53 +0100
committerToineSiebelink <toine.siebelink@est.tech>2022-10-28 10:31:49 +0100
commit98df7fcfd3945ebd3aeed0824b513e2573ea0aed (patch)
tree22b10cbad9609e0e1e6372baba15fcd6450cf6ac
parenta67e735c3dad9cbe21484fdbee44b6b16ec78595 (diff)
Updating CSIT (docker compose) DMI Snapshot version
- 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
-rwxr-xr-xdocker-compose/docker-compose.yml2
-rw-r--r--pom.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index 5fb0bc1b..ce415e14 100755
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -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 815df7f0..78aa1225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -523,6 +523,7 @@
</from>
<to>
<tags>
+ <tag>latest</tag>
<tag>${project.version}-latest</tag>
</tags>
<image>${docker.push.registry}/onap/${image.name}:${image.tag}</image>