5e11c07cc7
The FlagsUsed contains a list of flags that were used, which allows the classic
(non-buildkit) builder in dockerd to produce an error when non-supported options
are used in a Dockerfile.
This is a short-term solution; a more permanent solution will be to keep track
of which version of the Dockerfile syntax is supported, and to have the classic
builder pass the maximum supported version of the syntax.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit
|
||
---|---|---|
.. | ||
bflag.go | ||
bflag_test.go | ||
commands.go | ||
commands_runmount.go | ||
commands_runnetwork.go | ||
commands_runsecurity.go | ||
commands_secrets.go | ||
commands_ssh.go | ||
errors_unix.go | ||
errors_windows.go | ||
parse.go | ||
parse_test.go | ||
support.go | ||
support_test.go |