kopia lustrzana https://github.com/jupyterhub/repo2docker
Upgrade s2i builders to inherit from Ubuntu 17.04
We'll decide on our upgrade policy very soon! Fixes #5pull/20/head
rodzic
d70a9b5ff5
commit
6206a4494f
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:16.10
|
||||
FROM ubuntu:17.04
|
||||
|
||||
MAINTAINER Yuvi Panda <yuvipanda@gmail.com>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:16.10
|
||||
FROM ubuntu:17.04
|
||||
|
||||
MAINTAINER Yuvi Panda <yuvipanda@gmail.com>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:16.10
|
||||
FROM ubuntu:17.04
|
||||
|
||||
MAINTAINER Yuvi Panda <yuvipanda@gmail.com>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue