Return to Image List

git

A useful simple git container running in alpine Linux.

See git-scm.com for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
2.32.0 docker pull icr.io/ibmz/git@sha256:ca548553b9c92bb27d441f5fd538d95e95d4cae4566a29af1cdaf030c5e4b1ad Vulnerability Report10-19-2021
1.0.38 docker pull icr.io/ibmz/git@sha256:f9f5aca2b3f58a89d3baf6e939d0421a5f7c3c951ecccadc873de3fce6e2a2a9 Vulnerability Report08-16-2022
1.0.34 docker pull icr.io/ibmz/git@sha256:659071cf2e8089309f46c22c4abece54893ffd5b607ebd13168e5527e11c863c Vulnerability Report04-04-2022
1.0.33 docker pull icr.io/ibmz/git@sha256:d721e262a6dad467d23afc7c8f84a67afac97698dc83d725ef5efeabb8e2b25a Vulnerability Report02-17-2022
Version Pull String Security (IBM Cloud) Created

Usage Notes

The git image can be used in conjunction with a docker volume to perform git related tasks. For example:


Clone repository into a mounted volume:

docker run -ti --rm -v [docker_volume]:/root -v [docker_volume]:/git \
        icr.io/ibmz/git:[tag] clone [repo]