CrazyMax

Results 1192 comments of CrazyMax

Ok looks like it's not implemented on [buildkit](https://github.com/moby/buildkit). Would need a specific option to enable this feature. The command would look like `git lfs install --local`. WDYT @tonistiigi?

@champo @benhjames Cannot repro locally or [with GHA](https://github.com/crazy-max/buildx-bug/actions). Maybe it fails silently because of [insufficient disk space](https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources): > Each virtual machine has the same hardware resources available. > * 2-core...

@benhjames Thanks for your feedback. Yes actually `/var/lib/docker` uses `/dev/root` fs which is 99% full on your runner so I presume that's the issue here: ``` /dev/root 84G 82G 1.2G...

@benhjames > I notice that `docker buildx du` without cache lists `Reclaimable: 17.71GB` which seems like a lot? How come building _with_ the cache takes up much less space? These...

This would be part of the build reproducibility we have started to work on: https://github.com/moby/buildkit/blob/master/docs/build-repro.md.

@underyx > This is the most wonderful PR to ever have graced GitHub with its existence 🥳 Unfortunately there are some issues to copy back from the volume to a...

Looking at https://github.com/moby/buildkit/pull/1533 you could use `GIT_AUTH_TOKEN.` but as the token is scoped to the host (`github.com` in your case) you cannot do this. Another way is to set the...

@nmattia Looks linked to the GitHub Cache API. @dhadka @chrispat We saw that one too few days ago with @tonistiigi. Any ideas?

@nmattia BuildKit 0.10.1 which is the latest stable so it should be the one used in your workflow if you have not enforced a specific BuildKit image in [`setup-buildx-action`](https://github.com/docker/setup-buildx-action#inputs).

Closing this issue as many comments are not related to the initial report. @nmattia If you still encounter this issue, can you provide another repro with also [BuildKit logs](https://github.com/docker/setup-buildx-action#buildkit-container-logs)? Thanks.