1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

validate build-arg

Signed-off-by: sakeven <jc5930@sina.cn>
Upstream-commit: f39b39cccb
Component: cli
This commit is contained in:
sakeven
2016-08-29 21:10:32 +08:00
parent 8f50e93ae4
commit 4f7aafa408

View File

@@ -62,7 +62,7 @@ func NewBuildCommand(dockerCli *command.DockerCli) *cobra.Command {
ulimits := make(map[string]*units.Ulimit)
options := buildOptions{
tags: opts.NewListOpts(validateTag),
buildArgs: opts.NewListOpts(runconfigopts.ValidateEnv),
buildArgs: opts.NewListOpts(runconfigopts.ValidateArg),
ulimits: runconfigopts.NewUlimitOpt(&ulimits),
}