You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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]
0 commit comments