Merge "Update centos example in README to use WHEELS"
This commit is contained in:
@@ -44,8 +44,11 @@ $ docker build https://git.openstack.org/openstack/loci.git --build-arg PROJECT=
|
|||||||
The default base distro is Ubuntu, however, you can use the following form to build from a distro of
|
The default base distro is Ubuntu, however, you can use the following form to build from a distro of
|
||||||
your choice, in this case, CentOS:
|
your choice, in this case, CentOS:
|
||||||
``` bash
|
``` bash
|
||||||
$ docker build https://git.openstack.org/openstack/loci.git --build-arg PROJECT=keystone \
|
$ docker build https://git.openstack.org/openstack/loci.git \
|
||||||
--tag keystone:centos --build-arg FROM=centos:7
|
--build-arg PROJECT=keystone \
|
||||||
|
--build-arg WHEELS="loci/requirements:master-centos" \
|
||||||
|
--build-arg FROM=centos:7 \
|
||||||
|
--tag keystone:centos
|
||||||
```
|
```
|
||||||
|
|
||||||
If building behind a proxy, remember to use build arguments to pass these
|
If building behind a proxy, remember to use build arguments to pass these
|
||||||
|
|||||||
Reference in New Issue
Block a user