Skip to content

Commit 5eab743

Browse files
authored
build: dockerfile 0.19.0 release notes (#23481)
<!--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 d4b5b92 commit 5eab743

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.19.0
17+
18+
{{< release-date date="2025-09-30" >}}
19+
20+
The full release notes for this release are available
21+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.19.0).
22+
23+
```dockerfile
24+
# syntax=docker/dockerfile:1.19.0
25+
```
26+
27+
* The `--exclude` flag for `COPY` and `ADD` instructions is now generally available. This flag was previously available under the `labs` channel. [moby/buildkit#6232](https://github.com/moby/buildkit/pull/6232)
28+
* Fix issue where adding `--exclude` flag to `COPY` could cause a broken symlink to fail the build. [moby/buildkit#6220](https://github.com/moby/buildkit/pull/6220)
29+
* Fix issue where `EXPOSE` instruction did not correctly format the history record it created. [moby/buildkit#6218](https://github.com/moby/buildkit/pull/6218)
30+
1631
## 1.18.0
1732

1833
{{< release-date date="2025-09-03" >}}

0 commit comments

Comments
 (0)