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:a281892c0de16476a06db6cf745d6119c2a9ac9e37a974539fd70f200d2aad26 Vulnerability Report04-30-2024
5.1.8 docker pull icr.io/ibmz/bash@sha256:32a4d1f277781826b21841107d020d346a418fbd925f63f2dd420b4566a395de Vulnerability Report04-30-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]