buildx icon indicating copy to clipboard operation
buildx copied to clipboard

Docker CLI plugin for extended build capabilities with BuildKit

Results 318 buildx issues
Sort by recently updated
recently updated
newest added

Hi, apologies in advance, because it feels like my issue is not really a buildx issue per se but an environment issue and yet I don't know where else to...

Currently, dependencies between targets can be expressed as follows: ```hcl group "default" { targets = ["a", "b"] } target "a" { dockerfile = "a.Dockerfile" } target "b" { dockerfile =...

area/bake

I've built an image using docker buildx build that I exported to a file, and for a subsequent build that's running on another machine I need to import/load that first...

This is a follow-up to BuildKit debugging issue https://github.com/moby/buildkit/issues/1472 so we can discuss the UX and next steps for features like https://github.com/moby/buildkit/pull/2813 . https://github.com/moby/buildkit/issues/1472 is mostly implemented in BuildKit v0.9...

kind/enhancement
area/debug

When I build an image which already exists (because of a previous build on the same engine with 100% cache hit), the builder still spends a lot of time in...

kind/enhancement

I got the following error when building a simple Dockerfile with buildx, has anyone encountered this error and resolved it? ``` ~/dind-buildx-test/medium # docker buildx build -t registry.example.com/yp/buildx/medium:v1 -f Dockerfile.test...

On docker-20.10.14. ``` github.com/docker/buildx v0.8.2 6224def4dd2c3d347eee19db595348c50d7cb491 ``` I'm witnessing a case where we have multiple `--cache-from` clauses, each referring to localhost images pulled before. If any of these images don't...

area/cache

I'm wondering what happens when you do "docker image prune --all" during multiple (staged) builds ? Will in this case be all images which are used for a current build...

question

I know `buildx create` has an option `--config` to set buildkit config. But how do I change this config after `docker buildx create --use`? Thanks.

question

### Issue is a bit random This issue sadly is not really reproducable. Sometimes with all caches cleared it works but sometimes not. (about 10% of the time it hangs...

needs-more-info