Justin Chadwell

Results 439 comments of Justin Chadwell

This follows the idea in https://go.dev/doc/modules/version-numbers.

> Getting CLIs built off main to automatically provision the correct engine image built off main by default was a pretty nice property to have, so it would be nice...

Marking as draft while I rework this a bit.

So I think this is getting much closer to ready - this changes some release things, so I'll keep an eye on main once it's merged. However, the major changes...

This looks to be the issue reported and fixed upstream in buildkit in https://github.com/moby/buildkit/pull/3858. This patch is available on `moby/buildkit:master`, and also in the latest release candidate `moby/buildkit:v0.12.0-rc1`. You can...

You should be able to use https://github.com/moby/buildkit/releases/tag/v0.12.1 now. Was the cache you're trying to use built using the new buildkit version? Does your dockerfile have a `# syntax` comment? You...

IMO, I think both settings should be followed - I think it would be quite useful and powerful to allow pruning at both constraints. e.g. I might want to have...

What would `min-storage` be in the above case? Is that the minimum amount of storage that the gc policy can consume (that doesn't make sense) :thinking: I think we would...

Refactored into `minStorage`/`maxStorage`/`free` as suggested - `maxStorage` is equivalent to the old `keepBytes` (because of this, we don't need to introduce caps at the control proto layer, which I don't...

@tonistiigi @crazy-max any thoughts on this new approach?