Skip to content

Update containerd to 1.2.1 - #1561

Merged
silvin-lubecki merged 2 commits into
docker:masterfrom
thaJeztah:bump_containerd_v1.2.1
Feb 6, 2019
Merged

Update containerd to 1.2.1#1561
silvin-lubecki merged 2 commits into
docker:masterfrom
thaJeztah:bump_containerd_v1.2.1

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

No description provided.

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

doh. looks like a test needs updating

? github.com/docker/cli/docs/yaml	[no test files]
# github.com/docker/cli/internal/containerizedengine [github.com/docker/cli/internal/containerizedengine.test]
internal/containerizedengine/update_test.go:80:4: cannot use image (type *fakeImage) as type containerd.Image in return argument:
*fakeImage does not implement containerd.Image (missing Labels method)
internal/containerizedengine/update_test.go:95:5: cannot use image (type *fakeImage) as type containerd.Image in return argument:
*fakeImage does not implement containerd.Image (missing Labels method)
internal/containerizedengine/update_test.go:127:4: cannot use image (type *fakeImage) as type containerd.Image in return argument:
*fakeImage does not implement containerd.Image (missing Labels method)
internal/containerizedengine/update_test.go:252:4: cannot use image (type *fakeImage) as type containerd.Image in return argument:
*fakeImage does not implement containerd.Image (missing Labels method)
FAIL	github.com/docker/cli/internal/containerizedengine [build failed]
make: *** [Makefile:22: test-coverage] Error 2
Exited with code 2

@codecov-io

codecov-io commented Dec 11, 2018

Copy link
Copy Markdown

Codecov Report

Merging #1561 into master will not change coverage.
The diff coverage is n/a.

@@ Coverage Diff @@## master #1561 +/- ##
=======================================
Coverage 56.11% 56.11% =======================================
Files 306 306 Lines 20909 20909 =======================================
Hits 11734 11734 Misses 8328 8328 Partials 847 847

Comment threadvendor.conf
github.com/containerd/continuity f44b615e492bdfb371aae2f76ec694d9da1db537
github.com/containerd/fifo 3d5202a
github.com/containerd/typeurl f694355
github.com/containerd/cri 0ca1e3c2b73b5c38e72f29bb76338d0078b23d6c # release/1.2 branch

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

We can get rid of this dependency once distribution/distribution#2786 is accepted (and containerd/containerd and containerd/cri are updated accordingly)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Are containerd/containerd and containerd/cri updated? Is this comment still valid?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

The PR was merged in docker/distribution, but it'll take some time before it to get into containerd/cri and a containerd release

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ok so I guess in a followup then 👍

@vdemeestervdemeester left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM 🐯

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

ping @silvin-lubecki ptal

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah

Copy link
Copy Markdown
MemberAuthor

rebased @silvin-lubecki@tiborvass PTAL

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@thaJeztah@codecov-io@vdemeester@silvin-lubecki@GordonTheTurtle