package/docker-containerd: rename package to containerd
authorChristian Stewart <christian@paral.in>
Mon, 3 May 2021 03:12:50 +0000 (20:12 -0700)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 5 May 2021 19:33:58 +0000 (21:33 +0200)
commit35af2bb8011ea57642777acf5613afa244d325d7
tree1858285eff027a622fc2276304513ed284db4932
parent1e96b6189a51de7f1151efb73dac903396b521b3
package/docker-containerd: rename package to containerd

containerd is now an independent project from Docker.

This commit renames the Buildroot package from docker-containerd to containerd,
adding a entry in Config.in.legacy accordingly.

containerd is an industry-standard container runtime with an emphasis on
simplicity, robustness and portability. It is available as a daemon for Linux
and Windows, which can manage the complete container lifecycle of its host
system: image transfer and storage, container execution and supervision,
low-level storage and network attachments, etc.

https://containerd.io

Signed-off-by: Christian Stewart <christian@paral.in>
Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Arnout:
 - fix alphabetical ordering in package/Config.in
 - also do rename in DEVELOPERS
 - squash in second patch
]
Config.in.legacy
DEVELOPERS
package/Config.in
package/containerd/Config.in [new file with mode: 0644]
package/containerd/containerd.hash [new file with mode: 0644]
package/containerd/containerd.mk [new file with mode: 0644]
package/docker-containerd/Config.in [deleted file]
package/docker-containerd/docker-containerd.hash [deleted file]
package/docker-containerd/docker-containerd.mk [deleted file]
package/docker-engine/Config.in