Erik Sipsma
Erik Sipsma
@gerhard this PR changes the CLI to use `engine.Start` directly: https://github.com/dagger/dagger/pull/4119 Once it's merged I'll rebase this one. It'll be essentially the same as now except without any of the...
Reminder to self: add happy path e2e test case alongside the e2e test case in here too ocne rebased
From a discord user: > We are talking about building big C++ codebases, where build performance is a top priority. > Also putting aside build performance, I don't see cross-compiling...
Agreed 100% We should see if we can re-use the new related feature coming in buildkit soon: https://github.com/moby/buildkit/pull/2943
Yeah I totally agree with everything here. This also solves the problem of how to use multiple commands from shell that all exist within the same session (right now each...
Addressed in modules implementation
> Does this also include the problem of scoping cache volume names, or is that unrelated? Good question, I think this isn't *necessarily* tied into that namespacing problem, but there...
@jlongtine > I'm guessing this change (https://github.com/moby/buildkit/pull/3332) will be helpful for implementing source pinning? Looks like that dropped in the [v0.11.0-rc2 buildkit release](https://github.com/moby/buildkit/releases/tag/v0.11.0-rc2) Yep! That's the follow up of the...
> Maybe the mental model here is that from should be analogous to withXXX for every XXX set by the image config ([ref](https://github.com/opencontainers/image-spec/blob/main/config.md))? Agreed that should be the behavior, I...
Addressed in modules implementation