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

Promenade Should pass HTTP_PROXY to docker when set #61

@seanmccully

Description

@seanmccully

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})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions