You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Replace the containerd deployment logic with one unified between different distros that fetched the containerd binaries from the github containerd organization instead of relying on out of date builds from docker and distro specific repositories.
Why is this needed:
Currently contained support is conditioned on containerd.io package availability from docker or from distribution specific repositories (for suse and amazonlinux). These sources don't keep up to date with the current releases from containerd.io which is already at version 1.5.5.
Changing the container-engine/containerd and container-engine/containerd-common roles to use a github release would make the code base more uniform and allow us to keep more up-to-date with upstream releases.
The text was updated successfully, but these errors were encountered:
newer version of containerd is not widely used, because it doesn't exist in docker repo. Despite this, i think , it is good idea to have one unified distr of containerd between different distros. It simplifies offline installation, because using binaries is not necessary to create private dep\yum repository with only one containerd package
What would you like to be added:
Replace the containerd deployment logic with one unified between different distros that fetched the containerd binaries from the github containerd organization instead of relying on out of date builds from docker and distro specific repositories.
Why is this needed:
Currently contained support is conditioned on
containerd.io
package availability from docker or from distribution specific repositories (for suse and amazonlinux). These sources don't keep up to date with the current releases from containerd.io which is already at version 1.5.5.Changing the
container-engine/containerd
andcontainer-engine/containerd-common
roles to use a github release would make the code base more uniform and allow us to keep more up-to-date with upstream releases.The text was updated successfully, but these errors were encountered: