You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.
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.
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})
The text was updated successfully, but these errors were encountered: