-
Notifications
You must be signed in to change notification settings - Fork 667
update containerd version to 2.1.0 #4217
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
update containerd version to 2.1.0 #4217
Conversation
52ee64d
to
e427203
Compare
pkg/testutil/testutil_darwin.go
Outdated
@@ -31,5 +31,5 @@ var ( | |||
BusyboxImage = "ghcr.io/containerd/busybox:1.36" | |||
AlpineImage = mirrorOf("alpine:3.13") | |||
NginxAlpineImage = mirrorOf("nginx:1.19-alpine") | |||
GolangImage = mirrorOf("golang:1.18") | |||
GolangImage = mirrorOf("golang:1.23") |
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.
Heads-up @Shubhranshu153 .
See https://github.com/containerd/nerdctl/blob/main/docs/multi-platform.md#macos--lima
Tread carefully with this.
Unfortunately, the mirrored images we are using are not multiplatform.
Since this specifically is for Darwin (which is not using it, actually), we are fine, but the same change in _linux would break hell loose on arm.
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. But in that case the test would fail using that image right or do we expect some unrecoverable issue?
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.
Any test involving building with that image would hard fail.
@AkihiroSuda got bitten by this: #4215
(though again that would be if you change it for linux as well, which you are not doing here)
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.
this is already set for all platform here #4215
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.
Could you rebase and revert this line, then LGTM
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.
reverted this change and rebased
Linking failures:
|
Signed-off-by: Shubharanshu Mahapatra <[email protected]>
e427203
to
8b85431
Compare
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
Upgrading containerd version to 2.1.0