Package request: nerdctl
nerdctl is a container management frontend which use containerd, runc & cni plugins under the hood to offer a docker-like experience, but without implementing the docker API. It can be compared to podman for example. It's a non-graduated CNCF project which is evolving rapidly. It is lighter than docker, so I think it would be interesting to use it on an lightweight alpine server. It depends on containerd, runc, cni-plugins & ca-certificates (at least) which are already available as alpine packages, and it's a single binary written in go, so it shouldn't be too hard to package it I guess.
Since I have no prior experience and I don't know what are the guidelines to contribute a package, I am a bit reluctant to write the package myself. But I will happily help or, if I get some help, I can probably contribute the package myself.
For more information about nerdctl, see https://github.com/containerd/nerdctl.