Return to Image List

clefos

ClefOS is a distribution specifically for Linux on z Systems (s390x aka "the mainframe"). It is based on the CentOS source materials but is not part of the CentOS organization. This repository contains the base 7 image.

See official git repo 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.
7.7.1908 docker pull icr.io/ibmz/clefos@sha256:f44c7b0377475c0d241ec903eb813c64e160580dd71ea454b07814cb8adba6d2 Vulnerability Report03-26-2022
Version Pull String Security (IBM Cloud) Created

Usage Notes

Primarily used as a base image:

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

Docker run:

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