Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ Vale.Terms = NO
Docker.Capitalization = NO
Docker.We = NO

[content/manuals/build/buildkit/dockerfile-release-notes.md]
Vale.Spelling = NO
Vale.Terms = NO
Docker.Capitalization = NO
Docker.We = NO

[content/manuals/*/release-notes.md]
Vale.Spelling = NO
Vale.Terms = NO
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ grid:
- text: "Packaging your software"
url: "/build/building/packaging/"
- text: "Release notes"
url: "/build/release-notes/"
url: "https://github.com/docker/buildx/releases"
- title: Docker Build Cloud
icon: cloud
description: |
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/build/building/cdi.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ specification. In this case it uses `foo`, which is the first device in
> [!NOTE]
> [`RUN --device` command](/reference/dockerfile.md#run---device) is only
> featured in [`labs` channel](../buildkit/frontend.md#labs-channel) since
> [Dockerfile frontend v1.14.0-labs](../buildkit/dockerfile-release-notes.md#1140-labs)
> [Dockerfile frontend v1.14.0-labs](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0-labs)
> and not yet available in stable syntax.

Now let's build this Dockerfile:
Expand Down
Loading