Skip to content

Commit 9cdce0c

Browse files
committed
build: dockerfile v0.13.0 release notes
Signed-off-by: David Karlsson <[email protected]>
1 parent e8842a8 commit 9cdce0c

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.13.0
17+
18+
{{< release-date date="2025-01-20" >}}
19+
20+
The full release note for this release is available
21+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.13.0).
22+
23+
```dockerfile
24+
# syntax=docker/dockerfile:1.13.0
25+
```
26+
27+
- New `TARGETOSVERSION`, `BUILDOSVERSION` builtin build-args are available for Windows builds, and `TARGETPLATFORM` value now also contains `OSVersion` value. [moby/buildkit#5614](https://github.com/moby/buildkit/pull/5614)
28+
- Allow syntax forwarding for external frontends for files starting with a Byte Order Mark (BOM). [moby/buildkit#5645](https://github.com/moby/buildkit/pull/5645)
29+
- Default `PATH` in Windows Containers has been updated with `powershell.exe` directory. [moby/buildkit#5446](https://github.com/moby/buildkit/pull/5446)
30+
- Fix Dockerfile directive parsing to not allow invalid syntax. [moby/buildkit#5646](https://github.com/moby/buildkit/pull/5646)
31+
- Fix case where `ONBUILD` command may have run twice on inherited stage. [moby/buildkit#5593](https://github.com/moby/buildkit/pull/5593)
32+
- Fix possible missing named context replacement for child stages in Dockerfile. [moby/buildkit#5596](https://github.com/moby/buildkit/pull/5596)
33+
34+
## 1.13.0-labs
35+
36+
{{< release-date date="2025-01-20" >}}
37+
38+
The full release note for this release is available
39+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.13.0-labs).
40+
41+
```dockerfile
42+
# syntax=docker.io/docker/dockerfile-upstream:1.13.0-labs
43+
```
44+
45+
- Fix support for non-octal values for `COPY --chmod`. [moby/buildkit#5626](https://github.com/moby/buildkit/pull/5626)
46+
1647
## 1.12.0
1748

1849
{{< release-date date="2024-11-27" >}}

0 commit comments

Comments
 (0)