diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-18 15:02:53 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-18 15:02:59 +0800 |
commit | fca18bf5d2e3f44c680966b265ec30c25ec8be8c (patch) | |
tree | 2f048c81429aac775a25fd68e36be884f0573226 /distributions/msb-apigateway/src/main | |
parent | 57426fd1ba7b852850e413c3cb4023caf17b982d (diff) |
fix the base docker url
Issue-Id: MSB-18
Change-Id: Ie78d1d93c869715547970e174da2792de1ed7c01
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'distributions/msb-apigateway/src/main')
-rw-r--r-- | distributions/msb-apigateway/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distributions/msb-apigateway/src/main/docker/Dockerfile b/distributions/msb-apigateway/src/main/docker/Dockerfile index 18891c2..466dc20 100644 --- a/distributions/msb-apigateway/src/main/docker/Dockerfile +++ b/distributions/msb-apigateway/src/main/docker/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile - msb-apigateway
-FROM msb_base:latest
+FROM nexus3.onap.org:10003/onap/msb/msb_base:latest
COPY msb-apigateway*.tar.gz /usr/src
RUN tar -xzf /usr/src/msb-apigateway*.tar.gz -C /usr/local --strip-components=1; \
|