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:cdc92c6c50d25142a0a150db51d8757b4a08959783cf3349d8c0760afad35a73 Vulnerability Report11-22-2024
5.1.16-alpine3.15 docker pull icr.io/ibmz/bash@sha256:a69bacd1eedef35c49d8877cef2bff6acf22087fc4f8bb6050300a3d72038032 Vulnerability Report11-22-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]