You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When building with Dockerfile version 1.18.0 or later, you can now use new Git URLs with query options for build context and named contexts in the `build` and `bake` command. [dockerfile/1.18.0](/manuals/build/buildkit/dockerfile-release-notes.md#1180)
23
+
24
+
### Enhancements
25
+
26
+
- Add formatting options to the `buildx du` command for custom and machine-readable output. [docker/buildx#3377](https://github.com/docker/buildx/pull/3377)
27
+
- Kubernetes driver now supports `env.<key>` driver opts [docker/buildx#3373](https://github.com/docker/buildx/pull/3373)
28
+
- Add support for `BUILDKIT_SYNTAX` build argument when BuildKit has a Dockerfile frontend disabled. [docker/buildx#3385](https://github.com/docker/buildx/pull/3385)
29
+
30
+
### Bug fixes
31
+
32
+
- Fix failing early when trying to export index annotations with moby exporter. [docker/buildx#3384](https://github.com/docker/buildx/pull/3384)
33
+
- Fix possible errors on Windows from symlink handling [docker/buildx#3386](https://github.com/docker/buildx/pull/3386)
0 commit comments