Skip to content

Commit 98beb3b

Browse files
build: dockerfile 1.14.1 and 1.15.0 release notes (#22443)
## Description * https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.1 * https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.15.0 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: CrazyMax <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 5ee5432 commit 98beb3b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,37 @@ 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.15.0
17+
18+
{{< release-date date="2025-04-15" >}}
19+
20+
The full release note for this release is available
21+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.15.0).
22+
23+
```dockerfile
24+
# syntax=docker/dockerfile:1.15.0
25+
```
26+
27+
- Build error for invalid target now shows suggestions for correct possible names. [moby/buildkit#5851](https://github.com/moby/buildkit/pull/5851)
28+
- Fix SBOM attestation producing error for Windows targets. [moby/buildkit#5837](https://github.com/moby/buildkit/pull/5837)
29+
- Fix recursive `ARG` producing an infinite loop when processing an outline request. [moby/buildkit#5823](https://github.com/moby/buildkit/pull/5823)
30+
- Fix parsing syntax directive from JSON that would fail if the JSON had other datatypes than strings. [moby/buildkit#5815](https://github.com/moby/buildkit/pull/5815)
31+
- Fix platform in image config being in unnormalized form (regression from 1.12). [moby/buildkit#5776](https://github.com/moby/buildkit/pull/5776)
32+
- Fix copying into destination directory when directory is not present with WCOW. [moby/buildkit#5249](https://github.com/moby/buildkit/pull/5249)
33+
34+
## 1.14.1
35+
36+
{{< release-date date="2025-03-05" >}}
37+
38+
The full release note for this release is available
39+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.1).
40+
41+
```dockerfile
42+
# syntax=docker/dockerfile:1.14.1
43+
```
44+
45+
- Normalize platform in image config. [moby/buildkit#5776](https://github.com/moby/buildkit/pull/5776)
46+
1647
## 1.14.0
1748

1849
{{< release-date date="2025-02-19" >}}

0 commit comments

Comments
 (0)