summaryrefslogtreecommitdiffstats
path: root/newton/docker
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2017-09-13 17:57:00 +0800
committerBin Yang <bin.yang@windriver.com>2017-09-13 17:57:00 +0800
commit51f18c6e84a88eaea53237b3a21d32ad4ab0e8a5 (patch)
treeaed163e17ddfde30bb46e9aafa857550b07d1f05 /newton/docker
parent530818aab2a02921e0445b6062260aad9e4b2810 (diff)
Refactor newton and ocato proxy
refactor code and fix bugs to update proxy prefix Change-Id: I4a02b0570759f087581e875cc683d4475bd2121b Issue-Id: MULTICLOUD-89 Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton/docker')
-rw-r--r--newton/docker/Dockerfile1
-rw-r--r--[-rwxr-xr-x]newton/docker/build-image.sh0
2 files changed, 1 insertions, 0 deletions
diff --git a/newton/docker/Dockerfile b/newton/docker/Dockerfile
index 51379089..fb624cd4 100644
--- a/newton/docker/Dockerfile
+++ b/newton/docker/Dockerfile
@@ -23,6 +23,7 @@ RUN apt-get update && \
cd /opt/ && \
wget -O multicloud-openstack-newton.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-newton&e=zip&v=LATEST" && \
unzip -q -o -B multicloud-openstack-newton.zip && \
+ chmod +x /opt/newton/*.sh && \
rm -f multicloud-openstack-newton.zip && \
pip install -r /opt/newton/requirements.txt
diff --git a/newton/docker/build-image.sh b/newton/docker/build-image.sh
index fd8fb8cd..fd8fb8cd 100755..100644
--- a/newton/docker/build-image.sh
+++ b/newton/docker/build-image.sh