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.8 docker pull icr.io/ibmz/bash@sha256:f200ce780b5025fd2156a179480cb1c228a537beb954deb4bb582f10902d2be0 Vulnerability Report10-29-2024
5.1.16-alpine3.15 docker pull icr.io/ibmz/bash@sha256:661432a9fba63f18cfde758295f0fbb158411880a8418095229fc8b8c98ff13b Vulnerability Report10-29-2024
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]