github.com/chasestarr/deis@v1.13.5-0.20170519182049-1d9e59fbdbfc/builder/rootfs/bin/boot (about) 1 #!/usr/bin/env bash 2 # 3 # This script is designed to be run inside the container 4 # 5 6 # fail hard and fast even on pipelines 7 set -eo pipefail 8 9 if [[ -f /etc/environment_proxy ]]; then 10 source /etc/environment_proxy 11 export HTTP_PROXY HTTPS_PROXY ALL_PROXY NO_PROXY 12 export http_proxy https_proxy all_proxy no_proxy 13 fi 14 15 exec builder