fix the base docker url 83/7983/1
authorHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 18 Aug 2017 07:02:53 +0000 (15:02 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 18 Aug 2017 07:02:59 +0000 (15:02 +0800)
Issue-Id: MSB-18
Change-Id: Ie78d1d93c869715547970e174da2792de1ed7c01
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
distributions/msb-apigateway/src/main/docker/Dockerfile

index 18891c2..466dc20 100644 (file)
@@ -1,5 +1,5 @@
 # Dockerfile - msb-apigateway\r
-FROM msb_base:latest\r
+FROM nexus3.onap.org:10003/onap/msb/msb_base:latest\r
 COPY msb-apigateway*.tar.gz /usr/src\r
 \r
 RUN tar -xzf /usr/src/msb-apigateway*.tar.gz -C /usr/local --strip-components=1; \\r