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:e5ef06db0b051ec49fc67a386aaeaff288b40b9d856990190bcb127116b1ea97 Vulnerability Report10-04-2024
5.1.16-alpine3.15 docker pull icr.io/ibmz/bash@sha256:c9ab0d10206ee6979d154c9d0f00ac5330f105177bdddf8f16b24a3cc01e687b Vulnerability Report10-04-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]