Skip to content

Commit 782388a

Browse files
authored
build: dockerfile 0.18.0 release notes (#23356)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 54fe6a2 commit 782388a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/manuals/build/buildkit/dockerfile-release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ issues, and bug fixes in [Dockerfile reference](/reference/dockerfile.md).
1313

1414
For usage, see the [Dockerfile frontend syntax](frontend.md) page.
1515

16+
## 1.18.0
17+
18+
{{< release-date date="2025-09-03" >}}
19+
20+
The full release notes for this release are available
21+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.18.0).
22+
23+
```dockerfile
24+
# syntax=docker/dockerfile:1.18.0
25+
```
26+
27+
* 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)
28+
* Add new check rules `ExposeProtoCasing` and `ExposeInvalidFormat` to improve usage of `EXPOSE` commands. [moby/buildkit#6135](https://github.com/moby/buildkit/pull/6135)
29+
* 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)
30+
1631
## 1.17.0
1732

1833
{{< release-date date="2025-06-17" >}}

0 commit comments

Comments
 (0)