Make Container Versions Configurable 40/7140/2
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 18 Oct 2017 05:51:28 +0000 (22:51 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 1 Nov 2017 18:43:08 +0000 (11:43 -0700)
commit22da26525adb5fdac2e09b379a8c094cdb7104cd
treef9377f30d95b894b00f066bb7c49af5d5ddca565
parentd6d1cff59bca71c003435ba1754457ecb811e0c3
Make Container Versions Configurable

There is a global 'environment' file for docker-compose called '.env'
which sits in the same directory as the yaml file[1]. Besides a shell
environment, This is where default values passed to the docker-compose
command line can be stored.

By having container specific versions listed here users of
ci-management will have an eaiser time bringing up a matrix of
different infrastructure configurations.

[1] https://docs.docker.com/compose/environment-variables/#the-env-file

Change-Id: Ie2bd92376fa817b13f4eb1d123f9fca8e10b99a5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
.env [new file with mode: 0644]
docker-compose.yml
jenkins/Dockerfile