diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-26 13:16:24 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-26 13:16:24 +0200 |
commit | b61bd1af39a9b6adf65b06d16886849e273d2b5f (patch) | |
tree | 44be3f0cf738256aa41b792250506a75f230f7b2 /plans/aaf/certservice | |
parent | 9d161e0abea154c02e3deb2880fa675bf093ccac (diff) |
Fix wrong version of frankfurt images in aaf/certservice6.0.0-ONAP
Change 'latest' tag to 'frankfurt-latest'
Issue-ID: AAF-1152
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I511aa987b8f93e95ca12e50b7102fc9bbab46558
Diffstat (limited to 'plans/aaf/certservice')
-rw-r--r-- | plans/aaf/certservice/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/aaf/certservice/docker-compose.yml b/plans/aaf/certservice/docker-compose.yml index dcac7df0..cd577346 100644 --- a/plans/aaf/certservice/docker-compose.yml +++ b/plans/aaf/certservice/docker-compose.yml @@ -19,7 +19,7 @@ services: - certservice aaf-cert-service: - image: nexus3.onap.org:10001/onap/org.onap.aaf.certservice.aaf-certservice-api:latest + image: nexus3.onap.org:10001/onap/org.onap.aaf.certservice.aaf-certservice-api:frankfurt-latest volumes: - $CONFIGURATION_PATH:/etc/onap/aaf/certservice/cmpServers.json - ./certs/truststore.jks:/etc/onap/aaf/certservice/certs/truststore.jks |