We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e0ac8 commit 6ecab95Copy full SHA for 6ecab95
pkg/compose/images.go
@@ -90,7 +90,7 @@ func (s *composeService) getImages(ctx context.Context, images []string) (map[st
90
if errdefs.IsNotFound(err) {
91
return nil
92
}
93
- return err
+ return fmt.Errorf("unable to get image '%s': %w", img, err)
94
95
tag := ""
96
repository := ""
0 commit comments