-
Notifications
You must be signed in to change notification settings - Fork 114
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 to containerd 2.0 rc #1545
Conversation
bce2d3a
to
302a779
Compare
7e727bc
to
06db6c6
Compare
Dockerfile
Outdated
@@ -12,7 +12,7 @@ | |||
# See the License for the specific language governing permissions and | |||
# limitations under the License. | |||
|
|||
ARG CONTAINERD_VERSION=v1.7.13 | |||
ARG CONTAINERD_VERSION=v2.0.0-rc.0 |
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 bump up this to v2.0.0-rc.1?
b3454f8
to
964e33d
Compare
Dockerfile
Outdated
FROM golang:1.21.5-bullseye AS golang-base | ||
FROM golang:1.22.3-bullseye AS golang-base |
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.
On runc-dev
stage (line 81), please use go 1.21 to fix the current CI failure (OCI runtime create failed: runc create failed: unable to start container process: error during container init: read init-p: connection reset by peer: unknown
).
Use interfaces from 2.0 package Signed-off-by: Derek McGowan <derek@mcg.dev>
Signed-off-by: Derek McGowan <derek@mcg.dev>
b2355d4
to
382a351
Compare
#1722 is now merged |
Use a containerd 2.0 tag to use v2 packages. To find broken areas before final release.