Return to Image List

fedora

Fedora

This image serves as the `official Fedora image` for the Fedora Distribution. This image is a relatively small footprint in comparison to a standard Fedora installation.

See getfedora.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.
35 docker pull icr.io/ibmz/fedora@sha256:44f2bc620cbdc9ae69ce0570b1abc43749e38c1a02d7fc50030468bcac96f09b Vulnerability Report02-17-2022
34 docker pull icr.io/ibmz/fedora@sha256:5db645183371499d6df503f9a78d02419efad76483cbf2e098773f0db303ee9c Vulnerability Report10-01-2021
32 docker pull icr.io/ibmz/fedora@sha256:a6aad13b28cb93df01b127d53e1ae6bf2454412f40baeb56881f2edef4e5c5ed Vulnerability Report12-01-2020
Version Pull String Security (IBM Cloud) Created

Usage Notes

Primarily used as a base image:

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

Run statement:

docker run -it --name some_fedora icr.io/ibmz/fedora:[version]