Skip to content
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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

dmcgowan
Copy link
Member

@dmcgowan dmcgowan commented Feb 7, 2024

Use a containerd 2.0 tag to use v2 packages. To find broken areas before final release.

@dmcgowan dmcgowan force-pushed the update-containerd-2.0 branch 2 times, most recently from bce2d3a to 302a779 Compare March 25, 2024 06:06
@AkihiroSuda AkihiroSuda changed the title Update to containerd 2.0 beta Update to containerd 2.0 rc Mar 27, 2024
@AkihiroSuda AkihiroSuda requested a review from ktock March 27, 2024 07:37
@dmcgowan dmcgowan force-pushed the update-containerd-2.0 branch 3 times, most recently from 7e727bc to 06db6c6 Compare April 24, 2024 04:02
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
Copy link
Member

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?

Use interfaces from 2.0 package

Signed-off-by: Derek McGowan <derek@mcg.dev>
Signed-off-by: Derek McGowan <derek@mcg.dev>
Signed-off-by: Derek McGowan <derek@mcg.dev>
Signed-off-by: Derek McGowan <derek@mcg.dev>
FROM golang:1.21.5-bullseye AS golang-base
FROM golang:1.22.3-bullseye AS golang-base
Copy link
Member

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).

Signed-off-by: Derek McGowan <derek@mcg.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants