mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
Merge pull request #24 from MagnusS/fix-build
Don't exit after pulling init or kernel image without -pull
This commit is contained in:
commit
a1b24b4de2
@ -114,9 +114,9 @@ func imageTar(image, prefix string, tw *tar.Writer, trust bool, pull bool) error
|
||||
if err != nil {
|
||||
return fmt.Errorf("Failed to docker create image %s: %v", image, err)
|
||||
}
|
||||
} else {
|
||||
return fmt.Errorf("Failed to create docker image %s: %v", image, err)
|
||||
}
|
||||
return fmt.Errorf("Failed to create docker image %s: %v", image, err)
|
||||
|
||||
}
|
||||
contents, err := dockerExport(container)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user