Changed to ubuntu 16.04 base

.. like the other components.
This commit is contained in:
Egon Rijpkema 2017-07-03 11:30:24 +02:00
parent be8e476e3e
commit 57ad87a793

View File

@ -4,12 +4,16 @@
# run keystone-manage db_sync from this docker first:
# $ docker run hpc/keystone --add-host=mariadb:<ip mariadb> "keystone-manage db_sync"
# wellicht ubuntu 16.04 of anders 18.04
FROM ubuntu:zesty
FROM ubuntu:16.04
RUN apt-get update
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5EDB1B62EC4926EA
RUN apt-get install --yes keystone python-openstackclient
RUN set -x \
&& echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main" > /etc/apt/sources.list.d/ocata.list \
&& apt-get -y update \
&& apt-get -y install \
&& apt-get -y install keystone python-openstackclient \
&& apt-get -y clean
# set admin token TODO: make this a secret
# in volume of met env