mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update ImageExport after merge fail
This commit is contained in:
parent
a2c9d2da93
commit
253214f07d
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ func (srv *Server) exportImage(image *Image, tempdir string) error {
|
|||
}
|
||||
|
||||
// serialize filesystem
|
||||
fs, err := archive.Tar(path.Join(srv.runtime.graph.Root, i.ID, "layer"), archive.Uncompressed)
|
||||
fs, err := i.TarLayer()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue