aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2022-03-03 12:57:42 -0500
committerBruno Sakoto <bruno.sakoto@bell.ca>2022-03-08 11:09:59 -0500
commitf7dd1c8d0681862ca1c91d1fe0d5da1fd325d209 (patch)
tree965e10e2c7ca0cf43c9f1e1525850102ac3a9ee8 /docker-compose.yml
parent867906c056c122f1db17c143ad2be63f826c58b4 (diff)
Fix docker images for csit tests
Following are the images to be used for csit tests: * CPS Temporal: Locally build image corresponding to the current change to be tested. * CPS Core: Nexus published image corresponding to the current release. This is the image Temporal needs to be intergrated with. When the release is made, it needs to be set to CPS Core released image. Issue-ID: CPS-905 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Icf682fb9da62c5ef93c1b6e4592fb60b9e7b0a2a
Diffstat (limited to 'docker-compose.yml')
-rwxr-xr-xdocker-compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 5ab43dd..b9d4e0c 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,6 +1,6 @@
# ============LICENSE_START=======================================================
# Copyright (C) 2021 Nordix Foundation.
-# Modifications Copyright (C) 2021 Bell Canada.
+# Modifications Copyright (C) 2021-2022 Bell Canada.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ services:
cps-temporal:
container_name: cps-temporal
- image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/cps-temporal:latest
+ image: ${CPS_TEMPORAL_DOCKER_REPO-nexus3.onap.org:10003/}onap/cps-temporal:${CPS_TEMPORAL_VERSION:-latest}
ports:
- '8082:8080'
- '8081:8081'
@@ -71,7 +71,7 @@ services:
cps-and-ncmp:
container_name: cps-and-ncmp
- image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/cps-and-ncmp:${VERSION:-latest}
+ image: ${CPS_CORE_DOCKER_REPO-nexus3.onap.org:10003/}onap/cps-and-ncmp:${STABLE_CPS_CORE_VERSION:-latest}
ports:
- "8083:8080"
- "8087:8081"