mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
Error message is related to init image, not on boot.
Signed-off-by: Guillaume Rose <guillaume.rose@docker.com>
This commit is contained in:
parent
3be6466e00
commit
4ffb639105
@ -179,7 +179,7 @@ func extractReferences(m *Moby) error {
|
||||
for _, ii := range m.Init {
|
||||
r, err := reference.Parse(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