Hi,
I was testing ubuntu core 20 on a raspberry pi as a base system for docker/docker-compose, and one problem is, that ubuntu core does not come with git. Many docker images or docker-compose scenarios are not stand-alone to be run just as a docker container to be fetched, but are based on some repository containing sources, web pages, or the docker-compose.yaml itself, that are supposed to be mounted as a volume at runtime, not be part of the image.
Ubuntu core does not come with git, and there is no snap for git.
Of course, it is possible to install a docker image with git, use LXD to install a complete Ubuntu oder compile it, but that’s far too much overhead.
Would be nice, convenient, and useful for ubuntu core, to have git available as a snap.