Clarify build requirements

LOCI build requires a docker version >= 17.0.5 to work,
due to the FROM given as argument (See this new feature
in the 17.0.5 release changelog [1])

Without this patch, a new contributor might think the image
building is broken, while LOCI works perfectly fine.

This patch solves the problem by being explicit in the minimum
required version.

[1]: https://docs.docker.com/release-notes/docker-ce/#17050-ce-2017-05-04

Change-Id: I4ebdcbd641607ffce3a20731cbf035c7a9a9af65
This commit is contained in:
Jean-Philippe Evrard 2018-07-25 15:47:01 +02:00
parent 8982c3ae71
commit 24065605a2
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ by LOCI. For simplicity, we will continue to use Keystone as an example.
### Building locally
Note: To build locally, you will need a version of docker >= 17.05.0.
It's really easy to build images locally:
``` bash
$ docker build https://git.openstack.org/openstack/loci.git --build-arg PROJECT=keystone \