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

### Problem `buildx build` accepts resource limit arguments for `--memory`, `--cpu-shares`, etc., but these are not currently being used in the code as noted in #292 #483. Furthermore, it may...

Hello, I would like to propose as a feature in Buildx that a cache export can be cumulative, meaning that the previous cache layers are not removed from the cache...

area/cache

Hello, I would like to propose as a feature that even if a build fails, Buildx should still export caches specified with `--cache-to`. __Rationale__ We have a few lengthy build...

area/cache

- [x] I have uploaded disgnostics. Diagnostics ID is 8BFE6D3A-23F7-41C8-977D-E67A7B8C1C0B/20220403165205. I build a Dockerfile that had two base images. In the container spawned from the first image GO program was...

The `.hcl` and `.json` interpreters support `contexts:` for resolving dependencies between builds. The `.yaml` interpreter supports `build: network: host` to comply with the existing `docker-compose` spec. None of the interpreters...

kind/bug
area/bake

- [x] I have tried with the latest version of Docker Desktop - [x] I have tried disabling enabled experimental features - [x] I have uploaded Diagnostics - Diagnostics ID:...

area/cache

buildx-version:0.7.0 buildkit-version:0.9.0 driver: --driver kubenetes ![image](https://user-images.githubusercontent.com/28646240/165504234-2d5f7373-1f6c-455b-9913-8f9ef0579f00.png) Error: failed to receive status: rpc error: code = Unavailable desc = closing transport due to: connection error: desc = "error reading from server:...

As a follow up to [#282](https://github.com/docker/buildx/issues/282) Depending on our build type (dev/ci/prod) we use different versions of a `.env` file when running our builds with `docker-compose build`. Would it be...

area/bake
area/bake/compose
needs/maintainer-decision

When printing a group whose target is a group, it appears that the json is printed with a target name that does not exist in the json file for the...

area/bake

Currently release binary names are including version, e.g.: `buildx-.` Is it possible to remove the `-` so we can just do an unattended install via script? e.g.: ``` wget -O...