Skip to content

Commit 8201899

Browse files
committed
build: dockerfile 1.11.0 release notes
Signed-off-by: David Karlsson <[email protected]>
1 parent f1d2889 commit 8201899

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,38 @@ 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.11.0
17+
18+
{{< release-date date="2024-10-30" >}}
19+
20+
The full release note for this release is available
21+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.11.0).
22+
23+
```dockerfile
24+
# syntax=docker/dockerfile:1.11.0
25+
```
26+
27+
- The [`ONBUILD` instruction](/reference/dockerfile.md#onbuild) now supports commands that refer to other stages or images with `from`, such as `COPY --from` or `RUN mount=from=...`. [moby/buildkit#5357]
28+
- The [`SecretsUsedInArgOrEnv`](/reference/build-checks/secrets-used-in-arg-or-env.md) build check has been improved to reduce false positives. [moby/buildkit#5208]
29+
- A new [`InvalidDefinitionDescription`](/reference/build-checks/invalid-definition-description.md) build check recommends formatting comments for build arguments and stages descriptions. This is an [experimental check](/manuals/build/checks.md#experimental-checks). [moby/buildkit#5208], [moby/buildkit#5414]
30+
- Multiple fixes for the `ONBUILD` instruction's progress and error handling. [moby/buildkit#5397]
31+
- Improved error reporting for missing flag errors. [moby/buildkit#5369]
32+
- Enhanced progress output for secret values mounted as environment variables. [moby/buildkit#5336]
33+
- Added built-in build argument `TARGETSTAGE` to expose the name of the (final) target stage for the current build. [moby/buildkit#5431]
34+
35+
### 1.11.0-labs
36+
37+
- `COPY --chmod` now supports non-octal values. [moby/buildkit#5380]
38+
39+
[moby/buildkit#5357]: https://github.com/moby/buildkit/pull/5357
40+
[moby/buildkit#5208]: https://github.com/moby/buildkit/pull/5208
41+
[moby/buildkit#5414]: https://github.com/moby/buildkit/pull/5414
42+
[moby/buildkit#5397]: https://github.com/moby/buildkit/pull/5397
43+
[moby/buildkit#5369]: https://github.com/moby/buildkit/pull/5369
44+
[moby/buildkit#5336]: https://github.com/moby/buildkit/pull/5336
45+
[moby/buildkit#5431]: https://github.com/moby/buildkit/pull/5431
46+
[moby/buildkit#5380]: https://github.com/moby/buildkit/pull/5380
47+
1648
## 1.10.0
1749

1850
{{< release-date date="2024-09-10" >}}

0 commit comments

Comments
 (0)