Matías Bellone

Results 69 comments of Matías Bellone

I have added some code that should fix this and some documentation on the matter as well. Unfortunately, I can not test the change as I don't have access to...

@toolmantim there is a [warning in the official agent running in docker](https://buildkite.com/docs/agent/v3/docker#running-using-docker) stating: > If your build jobs require Docker access, and you're passing through the Docker socket, you must...

Indeed, this was a very big issue. I have corrected it in PR #213 and added tests so that we don't cause a regression in the future :)

Hi @scapoor! Sorry about the delay in getting back to you, specially after all the time you appear to have dedicated to this. We really appreciate all the information you...

Hi there, thanks for the PR! interesting idea but I believe that a volume mount of the checked out directory (as you mentioned in #331) would be simpler to implement...

@TSMMark makes sense... feel free to continue working on this and we will be more than happy to provide review and guidance. In the meantime I would suggest you move...

Hi @raymondgao! Since you opened this issue a lot of changes were made to help support fargate so it is possible this is now possible. In addition to that, your...

The issue is indeed with the docker plugin and a PR was created to solve it (and test it in the future to avoid a regression): https://github.com/buildkite-plugins/docker-buildkite-plugin/pull/213

Version 4.2.1 was released in the docker plugin fixing this issue https://github.com/buildkite-plugins/docker-buildkite-plugin/releases/tag/v4.2.1 :)

I was working on an artifact plugin request to implement this and found that this is already implemented https://github.com/buildkite/agent/blob/00f2048f77c0e2d6808d1f234b339150569b7279/agent/download.go#L58-L59