Skip to content

Support named pipes for Windows Docker executor

Maki requested to merge makidoll/gitlab-runner:named-pipes into main

What does this MR do?

Allow named pipes for Docker for Windows to work. Issue #4295 (closed)

Why was this MR needed?

Docker in docker isn't possible with Gitlab runner on Windows so building images on Windows is impossible.

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

There's better ways to solve this but I can't because I don't know Go.

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?

#4295 (closed)

Edited by Maki

Merge request reports