-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix IPFS missing layer issue #3490
Fix IPFS missing layer issue #3490
Conversation
@@ -43,7 +42,6 @@ func EnsureAllContent(ctx context.Context, client *containerd.Client, srcName st | |||
imageService := client.ImageService() | |||
img, err := imageService.Get(ctx, srcName) | |||
if err != nil { | |||
fmt.Println("Failed getting imageservice") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftovers from initial implementation.
56607a0
to
bb7b261
Compare
@AkihiroSuda logging out. Assuming this is green, it is good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM. Left a comment on the test code.
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
bb7b261
to
703bd58
Compare
Thanks a lot @ktock. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Fixes #3489
This will address part of #3396
The other identified parts so far are: