docker run -it maven:3.6.3 git Unable to find image 'maven:3.6.3' locally 3.6.3: Pulling from library/maven Digest: sha256:db9e541333a9dd00a50a515a53c5111b0def215ba84d46540a8489e0958f2038 Status: Downloaded newer image for maven:3.6.3 /usr/local/bin/mvn-entrypoint.sh: line 50: exec: git: not found
Many of us still use maven for building Java projects and much of the CI/CD sphere is using docker images to run our pipelines which includes cloning, maven releases and so forth.
The image maintainers of maven are open to adding git given that it has enough issue votes. So, if you want to still be able to run git operations in your maven images, let's vote!
https://github.com/carlossg/docker-maven/issues/110