buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
113 stars 106 forks source link

Set userns=host for the privileged case #147

Closed jolexa closed 5 years ago

jolexa commented 5 years ago

Hello,

Our team noticed a small issue with https://github.com/buildkite-plugins/docker-buildkite-plugin/pull/141

The original feature request did not handle the --privileged use case. With this change, it will now override the user-specific userns value properly.

Feedback appreciated