From 2a82c05e3616a010ea24dd3ce77d364eb70bf2ff Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 4 Sep 2025 09:16:33 +0100 Subject: [PATCH] build: dockerfile 0.18.0 release notes --- .../build/buildkit/dockerfile-release-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/manuals/build/buildkit/dockerfile-release-notes.md b/content/manuals/build/buildkit/dockerfile-release-notes.md index 136135006e6b..49203c57cecd 100644 --- a/content/manuals/build/buildkit/dockerfile-release-notes.md +++ b/content/manuals/build/buildkit/dockerfile-release-notes.md @@ -13,6 +13,21 @@ issues, and bug fixes in [Dockerfile reference](/reference/dockerfile.md). For usage, see the [Dockerfile frontend syntax](frontend.md) page. +## 1.18.0 + +{{< release-date date="2025-09-03" >}} + +The full release notes for this release are available +[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.18.0). + +```dockerfile +# syntax=docker/dockerfile:1.18.0 +``` + +* Add support for Git URLs for remote build contexts and `ADD` command now allows new syntax with added query parameters in `?key=value` format for better control over the Git clone procedure. Supported options in this release are `ref`, `tag`, `branch`, `checksum` (alias `commit`), `subdir`, `keep-git-dir` and `submodules`. [moby/buildkit#6172](https://github.com/moby/buildkit/pull/6172) [moby/buildkit#6173](https://github.com/moby/buildkit/pull/6173) +* Add new check rules `ExposeProtoCasing` and `ExposeInvalidFormat` to improve usage of `EXPOSE` commands. [moby/buildkit#6135](https://github.com/moby/buildkit/pull/6135) +* Fix created time not being set correctly from the base image if named context is used. [moby/buildkit#6096](https://github.com/moby/buildkit/pull/6096) + ## 1.17.0 {{< release-date date="2025-06-17" >}}