mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Merge pull request #3418 from guillaumerose/fixerrormsg
Error message is related to init image, not on boot.
This commit is contained in:
commit
d94064e65e
@ -192,7 +192,7 @@ func extractReferences(m *Moby) error {
|
||||
for _, ii := range m.Init {
|
||||
r, err := reference.Parse(referenceExpand(ii))
|
||||
if err != nil {
|
||||
return fmt.Errorf("extract on boot image reference: %v", err)
|
||||
return fmt.Errorf("extract init image reference: %v", err)
|
||||
}
|
||||
m.initRefs = append(m.initRefs, &r)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user