Return to Image List

bash

Bash

Bash is the GNU Project's Bourne Again SHell, a complete implementation of the IEEE POSIX and Open Group shell specification with interactive command line editing, job control on architectures that support it, csh-like features such as history substitution and brace expansion, and a slew of other features.

See gnu.org 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.
5.1.16-alpine3.15 docker pull icr.io/ibmz/bash@sha256:b6bd136b5c71ee2a7cd74dd6e96fda956a78c9ce884e354cab50d8d075c40de5 Vulnerability Report01-02-2025
5.1.8 docker pull icr.io/ibmz/bash@sha256:33241efe85ee5e06410b47c30d4c6e155cd94f515491ef429b22aa41468eef73 Vulnerability Report01-02-2025
Version Pull String Security (IBM Cloud) Created

Usage Notes

Primarily used as a base image:

FROM icr.io/ibmz/bash:[version]

Run Statement:

docker run -it --name bash icr.io/ibmz/bash:[version]