Closed
Description
Although there's been a number of issues filed on git missing in the alpine images, it would be nice to have a dedicated alpine-git tag that does include git. For runtime the regular alpine image should indeed be kept as small as possible without git installed. But we use the alpine images to build our code and particularly with the new modules system it's very useful to have git installed.
The official docker images have similar tagged image with git preinstalled, see https://hub.docker.com/r/library/docker/tags/.
What do you think? Should be a relatively simple addition from your side, right?