Skip to content

Commit

Permalink
Fix the (dead) link for docs for Dockerfile syntax reference
Browse files Browse the repository at this point in the history
This change will update the docs at
https://docs.docker.com/engine/reference/builder/#buildkit

This change is required by moby/buildkit#1884

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
  • Loading branch information
tnir committed Jun 28, 2021
1 parent 8e08b72 commit 0c723fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/builder.md
Expand Up @@ -159,8 +159,8 @@ implementation. For example, BuildKit can:
To use the BuildKit backend, you need to set an environment variable
`DOCKER_BUILDKIT=1` on the CLI before invoking `docker build`.

To learn about the experimental Dockerfile syntax available to BuildKit-based
builds [refer to the documentation in the BuildKit repository](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/experimental.md).
To learn about the Dockerfile syntax available to BuildKit-based
builds [refer to the documentation in the BuildKit repository](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md).

## Format

Expand Down

0 comments on commit 0c723fd

Please sign in to comment.