CrazyMax

Results 1192 comments of CrazyMax

It should be fixed with https://github.com/moby/buildkit/pull/4619 Can you try with `moby/buildkit:latest`? (v0.13.0)

> `moby/buildkit:latest` (or `moby/buildkit:0.13.0`) does not seem to be a public docker image. hum these tags exist: * https://explore.ggcr.dev/?image=moby%2Fbuildkit%3Alatest * https://explore.ggcr.dev/?image=moby%2Fbuildkit%3Av0.13.0

If this is just for releasing, we could probably use the metadata-action: https://github.com/docker/metadata-action/actions/runs/8846523649/job/24292592654#step:4:75

Ok needs some changes ``` 50.41 cache/remotecache/azblob/exporter.go:157:50: undefined: azblob.BlockBlobUploadOptions 50.41 cache/remotecache/azblob/exporter.go:179:20: undefined: azblob.ETagAny 50.41 cache/remotecache/azblob/exporter.go:181:3: unknown field BufferSize in struct literal of type blockblob.UploadStreamOptions 50.41 cache/remotecache/azblob/exporter.go:182:3: unknown field MaxBuffers in...

Ok we need to bump azurite: https://github.com/moby/buildkit/actions/runs/8094095530/job/22118240758?pr=4715#step:8:1744 ``` sandbox.go:131: time="2024-02-29T10:00:40Z" level=error msg="/moby.buildkit.v1.Control/Solve returned error: rpc error: code = Unknown desc = failed to configure azblob cache exporter: failed to create...

Yeah I think the change in LLB-only makes sense for now and also this new field should set http headers, not just the user-agent one and therefore be a map.

@yzewei Needs rebase related to changes from https://github.com/moby/buildkit/pull/4607. This should kick ci and validate archutil. EDIT: rebased myself and pushed changes.

@yzewei Seems aarch64 package does not exist from [previous comment](https://github.com/moby/buildkit/pull/4392#discussion_r1471673579), see: https://github.com/moby/buildkit/actions/runs/7868985167/job/21467181513?pr=4392#step:5:252 ``` #14 7.644 Fetched 9268 kB in 7s (1284 kB/s) #14 7.644 Reading package lists... #14 26.25 Reading...

> @crazy-max I remember you made some fixes in this area, does this look related? Although I think your fixes were for local images copy while this looks like files...

> Not commenting on the proposal yet, but I think a syntax of `RUN --cache=12h` is probably more appropriate considering some of the other syntax. Agree with @jsternberg but would...