Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Promenade Should pass HTTP_PROXY to docker when set #61

Open
seanmccully opened this issue May 8, 2018 · 1 comment
Open

Promenade Should pass HTTP_PROXY to docker when set #61

seanmccully opened this issue May 8, 2018 · 1 comment

Comments

@seanmccully
Copy link

Currently via simple-deployment.sh promenade only passes DEBUG env when set. Promenade should also pass HTTP PROXY variables when set so that http requests made via promenade in docker container are used appropriately.

docker run --rm -t \ -w /target \ -e PROMENADE_DEBUG=$PROMENADE_DEBUG \ -v ${BUILD_DIR}:/target \ ${IMAGE_PROMENADE} \ promenade \ generate-certs \ -o /target \ $(ls ${BUILD_DIR})

@seanmccully
Copy link
Author

docker run --rm -t \ -w /target \ -e HTTP_PROXY="${HTTP_PROXY:-}" -e HTTPS_PROXY="${HTTPS_PROXY:-}" -e PROMENADE_DEBUG=$PROMENADE_DEBUG \ -v ${BUILD_DIR}:/target \ ${IMAGE_PROMENADE} \ promenade \ generate-certs \ -o /target \ $(ls ${BUILD_DIR})

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant