mirror of https://github.com/docker/docs.git
hotfix: patch invalid docs syntax in upstream docs
Upstream fix in moby/buildkit#5475 Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
16efa7f08b
commit
f2b750218c
|
@ -347,7 +347,7 @@ despite warnings. To make the build fail on warnings, set `#check=error=true`.
|
|||
|
||||
> [!NOTE]
|
||||
> When using the `check` directive, with `error=true` option, it is recommended
|
||||
> to pin the [Dockerfile syntax]((#syntax)) to a specific version. Otherwise, your build may
|
||||
> to pin the [Dockerfile syntax](#syntax) to a specific version. Otherwise, your build may
|
||||
> start to fail when new checks are added in the future versions.
|
||||
|
||||
To combine both the `skip` and `error` options, use a semi-colon to separate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: InvalidDefinitionDescription
|
||||
description: Comment for build stage or argument should follow the format: `# <arg/stage name> <description>`. If this is not intended to be a description comment, add an empty line or comment between the instruction and the comment.
|
||||
description: "Comment for build stage or argument should follow the format: `# <arg/stage name> <description>`. If this is not intended to be a description comment, add an empty line or comment between the instruction and the comment."
|
||||
aliases:
|
||||
- /go/dockerfile/rule/invalid-definition-description/
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue