Skip to content

Conversation

@apostasie
Copy link
Contributor

Fixes #3489

This will address part of #3396

The other identified parts so far are:

  • broken / cross polluting tests
  • CNI bridge plugin introducing unrelated networking failures

imageService := client.ImageService()
img, err := imageService.Get(ctx, srcName)
if err != nil {
fmt.Println("Failed getting imageservice")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftovers from initial implementation.

@apostasie apostasie force-pushed the bug-3489-ipfs-missing-layer branch from 56607a0 to bb7b261 Compare October 3, 2024 07:39
@apostasie apostasie marked this pull request as ready for review October 3, 2024 07:44
@apostasie
Copy link
Contributor Author

@AkihiroSuda logging out.

Assuming this is green, it is good to go.

@AkihiroSuda AkihiroSuda requested a review from ktock October 3, 2024 07:45
Copy link
Member

@ktock ktock left a 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.

@apostasie apostasie force-pushed the bug-3489-ipfs-missing-layer branch from bb7b261 to 703bd58 Compare October 3, 2024 17:46
@apostasie
Copy link
Contributor Author

Thanks, LGTM. Left a comment on the test code.

Thanks a lot @ktock.

@apostasie apostasie requested a review from ktock October 3, 2024 18:24
@AkihiroSuda AkihiroSuda added this to the v2.0.0 milestone Oct 4, 2024
@AkihiroSuda AkihiroSuda added the area/ipfs IPFS label Oct 4, 2024
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit 8a06614 into containerd:main Oct 4, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IPFS: layer not found - follow-up to #3425

3 participants