CrazyMax

Results 1198 comments of CrazyMax

> @tonistiigi Increasing timeout from `5m` (default) to `10m` in #43529 seems to work: https://github.com/moby/moby/actions/runs/3101856945 `10m` seems not enough sometimes :disappointed:: https://github.com/moby/moby/actions/runs/3105283515/jobs/5030731903#step:17:479 ``` time="2022-09-22T12:16:57Z" level=debug msg="load cache https://artifactcache.actions.githubusercontent.com/Y2huPMnV2RyiTvKoReSyXTCrcRyxUdSDRZYoZr0ONBvpl5e9Nu/_apis/artifactcache/cache?keys=buildkit-blob-1-sha256%3A4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1&version=693bb7016429d80366022f036f84856888c9f13e00145f5f6f4dce303a38d6f2" time="2022-09-22T12:26:57Z" level=error...

`test-coverage` in Dockerfile is just for unit test but yeah sandboxed unit test makes sense so [this step](https://github.com/docker/compose/blob/c4d79e60b6d27dd437cea8bc555086abceca3606/.github/workflows/ci.yml#L115-L122) could output coverage like we do in buildx: https://github.com/docker/buildx/blob/294421db9c3087561f44ff5a8dcdefde758e3c22/Dockerfile#L41-L45. See also bake...

> Alright; this time it passed without the weird error; looks like a race indeed? @thaJeztah fyi BuildKit tests in this workflow https://github.com/moby/moby/blob/master/.github/workflows/buildkit.yml don't run with containerd snapshotter atm. As...

What do you want to capture exactly? `v0.1.27` and `v0.1`? If that's the case you can define as many match pattern as you want and set the right group to...

Is there an issue with a specific registry provider? IMO, hammering registry provider with auth requests is quite bad. Would need more context, thanks.

Can you post a repro with a `Dockerfile` so we can check on our side?

Seems to be an issue with `conda` and not directly linked to BuildKit. And yes it looks stuck at `conda create -y --name pytorch_1_8 python=3.7` but I can't repro after...

> I _think_ the `docker/dockerfile` releases are done from this branch, correct? Yes

This could be handy but I wonder if we could not put instead the chesksum as suffix after `@` char like we do with the image digest: ```dockerfile FROM scratch...

I think it's possible by iterating `github.base_ref` to `github.head_ref` and create a matrix of each commit from there.