compose/tests
Andrey Devyatkin e3e8a619cc Fix #3281: Unexpected result when using build args with default values
Fix the issue when build arg is set to None instead of empty string.
Usecase:

cat docker-compose.yml
....
args:
- http_proxy
- https_proxy
- no_proxy

If http_proxy, https_proxy, no_proxy environment variables are not defined
then http_proxy, https_proxy, no_proxy build args will be set to string None which breaks all downloads

With this change build args will not passed to docker engine if they are equal to string None

Signed-off-by: Andrey Devyatkin <andrey.a.devyatkin@gmail.com>
2016-05-27 07:48:13 +02:00
..
acceptance Update rm command to always remove one-off containers. 2016-05-16 14:59:33 -07:00
fixtures Fix format of 'restart' option in 'config' output 2016-04-26 19:21:03 +01:00
integration Eliminate duplicates when merging port mappings from config files 2016-05-20 15:28:35 -07:00
unit Fix #3281: Unexpected result when using build args with default values 2016-05-27 07:48:13 +02:00
__init__.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
helpers.py Limit occurrences of creating an environment object. 2016-03-24 10:57:01 -07:00