Skip to content

Fix typo for usage of proxies within docker containers for runners

Martin requested to merge (removed):master into master

What does this MR do?

The proxy configuration example to propagate proxy configurations to the docker containers used in runners was fixed.

Why was this MR needed?

If you use the code snippet from the documentation as a copy/paste example, no container will be able to generically access external resources via proxies.

Are there points in the code the reviewer needs to double check?

None.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports