Justin Chadwell
Justin Chadwell
Bit of a brain dump - while exploring another related scheduler bug (attempting to investigate https://github.com/moby/buildkit/issues/3635), I managed to construct an interesting (and very reproducible!) test case that could potentially...
We've now merged #1770 to add support for integration tests :tada: However, buildx has been around for several years before these tests, so we don't have anywhere near the amount...
The remote controller environment handling logic is scattered, and currently, many environment variables will be found in the server's environment instead of the client's. Related: - https://github.com/docker/buildx/pull/1581 is a similar...
Raised in https://github.com/docker/buildx/pull/1626#discussion_r1107267580, we need to make sure that the buildx remote controller tidily cleans up after itself, instead of leaking resources forever. > I think we need to work...
Before this, during a call to the docker resolver, we would generate span wrappers for each HTTPRequest correctly, however, as the docker resolver reaches out to the docker authorizer, it...
Following up on #26, we should cover a wide variety of operating system images, language images, and application images: OS images: - Debian - Archlinux - Amazon linux - etc....
Alternative to #5092, fixes #5066. This option is already correctly specified in `gitCLI`, the call chain looks like: - `gitutil.NewCLI(..., gitutil.WithExec(runWithStandardUmask))` called in `gitCLI` - `gitCLI` called in `mountRemote` -...
This is just a proposal for now, the code still needs some tidying up and testing, but figured I'd share what I have for now. We've had some issues with...
This is part of an effort to start writing better changelogs! Just added some people to review who I've chatted to about this before :tada: Changie supports multiline bodies, that...
Fixes https://github.com/dagger/dagger/issues/7760 Instead of just using commit hashes and directory IDs, which produces nearly incomprehensible versions (which is more of a pain, now that `engineVersion` is actually important). This makes...