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

[Amazon Linux] [request]: Add containerd to yum repos #614

Closed
kekoav opened this issue Nov 28, 2019 · 1 comment
Closed

[Amazon Linux] [request]: Add containerd to yum repos #614

kekoav opened this issue Nov 28, 2019 · 1 comment
Labels
Proposed Community submitted issue

Comments

@kekoav
Copy link

kekoav commented Nov 28, 2019

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request

Add Containerd to the AmazonLinux yum repositories. This issue relates to #313.

Which service(s) is this request for?

Amazon Linux Yum Repository

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

Amazon Linux is the recommended base AMI for EKS. In order to install containerd on Amazon Linux, we are required to build our own containerd. Managing security patches, and updates of this package become burdensome and each AMI builder will need to perform this manually. It is a much better experience for this to be built into the Amazon Linux yum repository.

Are you currently working around this issue?

Build containerd via another means and installing it.

Additional context

Issue #313 is an issue larger in scope, this issue is just for the Amazon Linux piece which is useful on its own (even outside EKS).

@kekoav kekoav added the Proposed Community submitted issue label Nov 28, 2019
@samuelkarp
Copy link

containerd 1.2.6 is currently available in the main Amazon Linux 1 repository and in the Amazon Linux 2 docker Extra.

You can install containerd on Amazon Linux with the following command:

$ sudo yum install containerd

You can install containerd on Amazon Linux 2 with the following commands:

$ sudo amazon-linux-extras enable docker
$ sudo yum install containerd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

3 participants