Add ability to add multiple tags with docker build
Signed-off-by: Shijiang Wei <mountkin@gmail.com> Upstream-commit: c2eb37f9aeb6215293483e02613514e49011cf2c Component: engine
This commit is contained in:
@ -1122,7 +1122,6 @@ func buildImageCmd(name, dockerfile string, useCache bool, buildFlags ...string)
|
||||
buildCmd := exec.Command(dockerBinary, args...)
|
||||
buildCmd.Stdin = strings.NewReader(dockerfile)
|
||||
return buildCmd
|
||||
|
||||
}
|
||||
|
||||
func buildImageWithOut(name, dockerfile string, useCache bool, buildFlags ...string) (string, string, error) {
|
||||
|
||||
Reference in New Issue
Block a user