Skip to content

Commit 0ccbead

Browse files
build: dockerfile frontend 1.14.0 release notes (#22064)
<!--Delete sections as needed --> ## Description * https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0 * https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0-labs ## 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 54144f4 commit 0ccbead

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,34 @@ 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.14.0
17+
18+
{{< release-date date="2025-02-19" >}}
19+
20+
The full release note for this release is available
21+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0).
22+
23+
```dockerfile
24+
# syntax=docker/dockerfile:1.14.0
25+
```
26+
27+
- `COPY --chmod` now allows non-octal values. This feature was previously in the labs channel and is now available in the main release. [moby/buildkit#5734](https://github.com/moby/buildkit/pull/5734)
28+
- Fix handling of OSVersion platform property if one is set by the base image [moby/buildkit#5714](https://github.com/moby/buildkit/pull/5714)
29+
- Fix errors where a named context metadata could be resolved even if it was not reachable by the current build configuration, leading to build errors [moby/buildkit#5688](https://github.com/moby/buildkit/pull/5688)
30+
31+
## 1.14.0-labs
32+
33+
{{< release-date date="2025-02-19" >}}
34+
35+
The full release note for this release is available
36+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0-labs).
37+
38+
```dockerfile
39+
# syntax=docker.io/docker/dockerfile-upstream:1.14.0-labs
40+
```
41+
42+
- New `RUN --device=name,[required]` flag lets builds request CDI devices are available to the build step. Requires BuildKit v0.20.0+ [moby/buildkit#4056](https://github.com/moby/buildkit/pull/4056), [moby/buildkit#5738](https://github.com/moby/buildkit/pull/5738)
43+
1644
## 1.13.0
1745

1846
{{< release-date date="2025-01-20" >}}

0 commit comments

Comments
 (0)