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.49.1 docker pull icr.io/ibmz/git@sha256:096654835b7d65064f6a00eec670b6acb21ae6adc03aee7c7df724f7e5cbc988 Vulnerability Report01-15-2026
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]