Fix image pipe with Builder COPY
Upstream-commit: 4390a3182f9ea4fc1e215917c2c6494d6fc453ac Component: engine
This commit is contained in:
@ -235,6 +235,9 @@ func (builder *Builder) Build(dockerfile io.Reader, stdout io.Writer) (*Image, e
|
||||
return nil, err
|
||||
}
|
||||
fmt.Fprintf(stdout, "===> %s\n", base.ShortId())
|
||||
|
||||
image = base
|
||||
|
||||
break
|
||||
default:
|
||||
fmt.Fprintf(stdout, "Skipping unknown op %s\n", tmp[0])
|
||||
|
||||
Reference in New Issue
Block a user