Matías Bellone

Results 74 comments of Matías Bellone

We are doing some cleanup on this repos' issues and found that what is being discussed here appears to actually be implemented in some way or another. Not sure if...

This looks like a valid request to add a way to customize the [docker build `--target` option](https://docs.docker.com/build/building/multi-stage/#stop-at-a-specific-build-stage). Or are there more nuance to this?

It may be an interesting idea to implement. But it would appear that this is supported directly in the docker compose file by using the [`scale` property](https://docs.docker.com/compose/compose-file/#scale) of a service...

Could you elaborate on how you use `buildx` commands with docker compose? I am not too familiar with the command and its capabilities, but it does not seem to be...

The artifacts buildkite plugin has been widely used since this issue was reported and, when that is not enough, the buildkite agent can be mounted with an option to download...

These have been such common issues that the documentation about running buildkite agents with docker has a [specific section about permissions](https://buildkite.com/docs/agent/v3/docker#permissions-errors-when-using-docker) and the [issue with user namespace remapping and multi-stage...

The [docker documentation of the `build` command](https://docs.docker.com/engine/reference/commandline/build/) doesn't show an option to mount a volume at build time so there is no way to implement this in the plugin :(...

Looks like the issue was indeed solved and was due to a configuration discrepancy between the user the agent was running as. Closing this one as there isn't much we...

Closing this one as it is the same (and contained in) #328