mirror of https://github.com/docker/cli.git
Windows: Support credential specs
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
d7efdb095e
commit
6bc667128a
|
@ -49,7 +49,8 @@ func (cli *Client) ImageBuild(ctx context.Context, buildContext io.Reader, optio
|
|||
|
||||
func imageBuildOptionsToQuery(options types.ImageBuildOptions) (url.Values, error) {
|
||||
query := url.Values{
|
||||
"t": options.Tags,
|
||||
"t": options.Tags,
|
||||
"securityopt": options.SecurityOpt,
|
||||
}
|
||||
if options.SuppressOutput {
|
||||
query.Set("q", "1")
|
||||
|
|
Loading…
Reference in New Issue