Closed jirikuncar closed 3 years ago
Allows definition of custom docker run options for apigentools test. It is useful for attaching network or forwarding env variables.
docker run
apigentools test
apigentools test --docker-run-options "--network=host" or APIGENTOOLS_DOCKER_RUN_OPTIONS="--network=host" apigentools test
apigentools test --docker-run-options "--network=host"
APIGENTOOLS_DOCKER_RUN_OPTIONS="--network=host" apigentools test
❓
changelog/
backward-incompatible
do-not-merge/
kind/
severity/
What does this PR do?
Allows definition of custom
docker run
options forapigentools test
. It is useful for attaching network or forwarding env variables.Description of the Change
apigentools test --docker-run-options "--network=host"
orAPIGENTOOLS_DOCKER_RUN_OPTIONS="--network=host" apigentools test
Alternate Designs
❓
Possible Drawbacks
Verification Process
Additional Notes
Release Notes
Review checklist (to be filled by reviewers)
changelog/
label attached. If applicable it should have thebackward-incompatible
label attached.do-not-merge/
label attached.kind/
andseverity/
labels attached at least.