Skip to content

Commit 7f108fc

Browse files
authored
build: dockerfile 1.17.0 release notes (#23006)
## Description https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.17.0 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: CrazyMax <[email protected]>
1 parent 56020d3 commit 7f108fc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ 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.17.0
17+
18+
{{< release-date date="2025-06-17" >}}
19+
20+
The full release notes for this release are available
21+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.17.0).
22+
23+
```dockerfile
24+
# syntax=docker/dockerfile:1.17.0
25+
```
26+
27+
* Add `ADD --unpack=bool` to control whether archives from a URL path are unpacked. The default is to detect unpack behavior based on the source path, as it happened in previous versions. [moby/buildkit#5991](https://github.com/moby/buildkit/pull/5991)
28+
* Add support for `ADD --chown` when unpacking archive, similar to when copying regular files. [moby/buildkit#5987](https://github.com/moby/buildkit/pull/5987)
29+
1630
## 1.16.0
1731

1832
{{< release-date date="2025-05-22" >}}

0 commit comments

Comments
 (0)