Return to Image List

debian

logo

Debian is an operating system which is composed primarily of free and open-source software, most of which is under the GNU General Public License, and developed by a group of individuals known as the Debian project. Debian is one of the most popular Linux distributions for personal computers and network servers, and has been used as a base for several other Linux distributions.

See debian.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.
bullseye docker pull icr.io/ibmz/debian@sha256:c7e9e1e9777656de17b327619f9126dbf4665e0786a28a97b7c316dc20527a0e Vulnerability Report04-30-2024
buster docker pull icr.io/ibmz/debian@sha256:54602fe379a91b08ec9d467ae41450a6d101ec5b340e4352cac072a85f5c688b Vulnerability Report10-18-2023
bookworm docker pull icr.io/ibmz/debian@sha256:0b327eb4fa8b5ce2ad9023219a256c2abf029e34c12dbb95b1dad243b08433a3 Vulnerability Report04-30-2024
Version Pull String Security (IBM Cloud) Created

Usage Notes

Primarily used as a base image:

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

Run statement:

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