Also needs to pass-through CONTAINERD_ADDRESS because we set it in
~/.profile and not yet in /etc/environment.
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
This includes:
- nerdctl as a CLI that can be added to the path like the other
tools.
- An updated version of alpine-lima that includes nerdctl and the
other binaries it needs.
- ~ is mounted so that nerdctl build can access the files to build.
nerdctl build will not work for locations outside of ~.
- A .profile file exporting an environment variable to tell nerdctl
where the containerd socket is as k3s puts it in a non-standard
location.
Note, in the future we should look at taring up the build directory
and sending it to the VM. That would be a more substancial effort
to accomplish.
Related to #566
Thanks to Jan for all the pointers in creating this and the alpine-lima
build.
Signed-off-by: Matt Farina <matt.farina@suse.com>