Skip to content

Commit

Permalink
Merge pull request #4755 from dvdksn/docs-buildarg-consume-nowarning
Browse files Browse the repository at this point in the history
docs: remove mention that buildkit warns about unconsumned build args
  • Loading branch information
tonistiigi authored Mar 13, 2024
2 parents 43dd1bb + b0dca96 commit 6c0b576
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/dockerfile/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2098,14 +2098,6 @@ flag.
> learn about secure ways to use secrets when building images.
{ .warning }


If you specify a build argument that wasn't defined in the Dockerfile,
the build outputs a warning.

```console
[Warning] One or more build-args [foo] were not consumed.
```

A Dockerfile may include one or more `ARG` instructions. For example,
the following is a valid Dockerfile:

Expand Down

0 comments on commit 6c0b576

Please sign in to comment.