CrazyMax
CrazyMax
Is the `client_max_body_size` directive also applied to the `http` context or just `server`? Can you also post your [BuildKit logs](https://github.com/docker/setup-buildx-action#buildkit-container-logs) please?
@anthonyma94 @Tirke Hard to tell without a repro. Do you have a link to your repo?
@cgr71ii I'm not sure, can you give me the link to a pipeline run that fails in https://github.com/bitextor/bitextor/actions with: ``` Unable to find image 'bitextor/bitextor:testtag' locally docker: Error response from...
> Hi! Yes, sure: https://github.com/bitextor/bitextor/runs/7611585308?check_suite_focus=true See nothing that fails with build-push-action or using the resulted image. Wrong link? 
Hum ok looking at the image being built I think it's the same issue as https://github.com/docker/build-push-action/issues/321 where load silently fails 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). You can remove some [components...
@Bilge > but then when I run Docker Compose Which compose version (v1 or v2)? If we talk about compose v2, indeed it uses buildx api under the hood but...
> But actually, I guess it doesn't matter what version I'm running locally, since the only thing that matters is what's installed on the GitHub build agent. Current runners embed...
This is already the case when using `load: true` but yeah you can use the `docker` driver so you don't need to set `load: true`.
@baibaratsky Thanks for the changes. I think in a follow-up we might create a new page to reuse build result as it's a bit out of scope with "Export image...
Pushed extra commit with a dedicated page about named contexts. Removed the bake example that will be added in [`bake-action` repo](https://github.com/docker/bake-action) instead.