Upgrade s2i builders to inherit from Ubuntu 17.04

We'll decide on our upgrade policy very soon!

Fixes #5
pull/20/head
yuvipanda 2017-05-27 18:22:01 -07:00 zatwierdzone przez Yuvi Panda
rodzic d70a9b5ff5
commit 6206a4494f
5 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
FROM ubuntu:16.10
FROM ubuntu:17.04
MAINTAINER Yuvi Panda <yuvipanda@gmail.com>

Wyświetl plik

@ -5,7 +5,7 @@ This is a builder image for use with [s2i](https://github.com/openshift/source-t
builds a source repository (such as a github repository) into a docker image that is suitable
for use with [JupyterHub](http://github.com/jupyterhub/jupyterhub).
It is based off Ubuntu 16.10, and uses [virtualenv](https://pypi.python.org/pypi/virtualenv) to
It is based off Ubuntu 17.04, and uses [virtualenv](https://pypi.python.org/pypi/virtualenv) to
provide a custom python3.5 environment.
It looks for a `requirements.txt` file in the source repository, and installs it into the virtualenv.

Wyświetl plik

@ -1,4 +1,4 @@
FROM ubuntu:16.10
FROM ubuntu:17.04
MAINTAINER Yuvi Panda <yuvipanda@gmail.com>

Wyświetl plik

@ -1,4 +1,4 @@
FROM ubuntu:16.10
FROM ubuntu:17.04
MAINTAINER Yuvi Panda <yuvipanda@gmail.com>

Wyświetl plik

@ -5,7 +5,7 @@ This is a builder image for use with [s2i](https://github.com/openshift/source-t
builds a source repository (such as a github repository) into a docker image that is suitable
for use with [JupyterHub](http://github.com/jupyterhub/jupyterhub).
It is based off Ubuntu 16.10, and uses [virtualenv](https://pypi.python.org/pypi/virtualenv) to
It is based off Ubuntu 17.04, and uses [virtualenv](https://pypi.python.org/pypi/virtualenv) to
provide a custom python3.5 environment.
It looks for a `requirements.txt` file in the source repository, and installs it into the virtualenv.