1ffaaf6abf
When building the docker image, the 'apt-get' and 'pip install' that are run inside the docker image will fail in a an environment that uses proxy servers. Support environments with proxy servers by dynamically propagating 'http_proxy', 'https_proxy', and 'no_proxy' into the docker environment when running 'apt-get' and 'pip install' This can not be done with either --env-file or --env as those are arguments to 'docker run'. The command being run here is 'docker build' Once Docker 1.9 is widely deployed, we should switch to using the 'ARG' command which was added in Docker 1.9. Currently Ubuntu 14.04 uses Docker 1.6. Using the ARG command will be a much cleaner solution. Change-Id: Idd994cd58b9fb75bae13a43fc8363c36f113527d Closes-Bug: #1533796
27 lines
382 B
Plaintext
27 lines
382 B
Plaintext
*.py[co]
|
|
src/*
|
|
build/*
|
|
AUTHORS
|
|
ChangeLog
|
|
*.egg-info
|
|
*.egg
|
|
.tox/*
|
|
devenv/*
|
|
.coverage
|
|
coverage.xml
|
|
.testrepository
|
|
imagebuild/.image_cache
|
|
imagebuild/coreos/build
|
|
imagebuild/coreos/dist
|
|
imagebuild/coreos/oem/authorized_keys
|
|
imagebuild/coreos/oem/container.tar.gz
|
|
imagebuild/coreos/UPLOAD
|
|
*.swp
|
|
_build
|
|
doc/source/api/
|
|
doc/build
|
|
.proxy.sh.save
|
|
|
|
# release notes build
|
|
releasenotes/build
|