aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/templates/moon_keystone/Dockerfile
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2017-07-26 17:44:13 +0200
committerasteroide <thomas.duval@orange.com>2017-07-26 17:44:13 +0200
commit84bd9f06d84d8d35d8f5b8b2e9e536e188400d2e (patch)
tree237444fed27393a965d7540ff47a644fb3b1c537 /moonv4/templates/moon_keystone/Dockerfile
parent741e26bae8536340e114f006bef127c599ed5cc5 (diff)
Update container to Keystone Ocata
Change-Id: I44416d7a0ca0785cbf9a60234ea3af6d079e3edd
Diffstat (limited to 'moonv4/templates/moon_keystone/Dockerfile')
-rw-r--r--moonv4/templates/moon_keystone/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/moonv4/templates/moon_keystone/Dockerfile b/moonv4/templates/moon_keystone/Dockerfile
index 1ab24de9..2a43bd92 100644
--- a/moonv4/templates/moon_keystone/Dockerfile
+++ b/moonv4/templates/moon_keystone/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:latest
+FROM ubuntu:zesty
ENV ADMIN_TOKEN=p4ssw0rd
ENV ADMIN_PASSWORD=p4ssw0rd
@@ -13,9 +13,9 @@ ENV DB_PASSWORD_ROOT=p4sswOrd1
ENV RABBIT_NODE=server
ENV INTERFACE_HOST="http://localhost:3001"
-RUN apt-get update && apt-get install apache2 rabbitmq-server keystone python-openstackclient libapache2-mod-wsgi mysql-client -y
+RUN apt update && apt install apache2 rabbitmq-server keystone python-openstackclient libapache2-mod-wsgi mysql-client -y
-RUN apt-get update && apt-get install iputils-ping net-tools -y
+# RUN apt update && apt install iputils-ping net-tools -y
ADD run.sh /root