The latest buildkite-agent docker container uses docker 17.12 (the one on the ubuntu 18.04 repos) which does not have the --mount flag. NG, because this plugin uses the --mount flag. I guess I could file this issue with buildkite but I know you better.
|
--mount type=bind,src=$(which buildkite-agent),dst=/usr/bin/buildkite-agent \ |
n.b. I have no idea if I can get this to work inside the container anyway, but this is a first step.
The latest
buildkite-agentdocker container uses docker 17.12 (the one on the ubuntu 18.04 repos) which does not have the--mountflag. NG, because this plugin uses the--mountflag. I guess I could file this issue with buildkite but I know you better.test-summary-buildkite-plugin/hooks/command
Line 32 in 74831d6
n.b. I have no idea if I can get this to work inside the container anyway, but this is a first step.