diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-03-29 17:48:49 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-03-29 17:48:49 +0200 |
commit | 29cee2986e6f37ab3ba29bc0bc9d5c0db3aa13a0 (patch) | |
tree | 2b1933cb16ef995fecc1ab32c2384d06c2db7b5e /tools | |
parent | 72c62a090d7551c1619321ab8c8c81a60516efe8 (diff) |
Bump DataRouter images in CSIT
Issue-ID: DCAEGEN2-3127
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I31677b59c9ced777532d0502c6c4c0870b25dbb2
Diffstat (limited to 'tools')
-rw-r--r-- | tools/development/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/development/docker-compose.yml b/tools/development/docker-compose.yml index 41b1ab4..86334a7 100644 --- a/tools/development/docker-compose.yml +++ b/tools/development/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.3' services: datarouter-prov: - image: nexus3.onap.org:10001/onap/dmaap/datarouter-prov + image: nexus3.onap.org:10001/onap/dmaap/datarouter-prov:2.1.10-STAGING-latest container_name: datarouter-prov hostname: dmaap-dr-prov ports: @@ -26,7 +26,7 @@ services: - "dcae-pm-mapper:$PMMAPPER_IP" datarouter-node: - image: nexus3.onap.org:10001/onap/dmaap/datarouter-node + image: nexus3.onap.org:10001/onap/dmaap/datarouter-node:2.1.10-STAGING-latest container_name: datarouter-node hostname: dmaap-dr-node ports: |