Fix image pipe with Builder COPY

Upstream-commit: 4390a3182f9ea4fc1e215917c2c6494d6fc453ac
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-04-27 21:45:05 -07:00
parent 99d107fb29
commit fe276c128a

View File

@ -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])