-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bump up containerd (v1.6.10), stargz-snapshotter(v0.13.0) #3280
Conversation
Dockerfile
Outdated
@@ -1,13 +1,13 @@ | |||
# syntax=docker/dockerfile-upstream:1.4 | |||
|
|||
ARG RUNC_VERSION=v1.1.3 |
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.
Do you want to bump up runc, RootlessKit, CNI, etc. too?
go.mod
Outdated
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 | ||
golang.org/x/net v0.1.1-0.20221027164007-c63010009c80 | ||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 |
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.
Tagged versions are preferrable
Dockerfile
Outdated
@@ -1,13 +1,13 @@ | |||
# syntax=docker/dockerfile-upstream:1.4 | |||
|
|||
ARG RUNC_VERSION=v1.1.3 | |||
ARG CONTAINERD_VERSION=v1.6.6 | |||
ARG CONTAINERD_VERSION=v1.6.9 |
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.
1.6.10 is coming soon
1876a5e
to
a9df77f
Compare
Needs rebase, you can also update containerd to v1.6.10 |
a9df77f
to
2a7ecde
Compare
The commit message is wrong
|
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2a7ecde
to
9b715b7
Compare
Large increasing of the vendor codes comes from
golang.org/x/sys
(19,957 additions and 2,307 deletions: golang/sys@3c1f352...v0.2.0)