Introduction

This collection of IBM LinuxONE Container Images is hosted at the IBM CSC Registry. Like most registries, csc.ibmclientcenter.cn provides a web interface with important information about the images hosted, and it can be accessed from common container command line interfaces like Docker and Podman.


Pulling an Image From the IBM CSC Registry

Here is an example pull command:

> docker pull csc.ibmclientcenter.cn/csc/mysql-s390x:5.7.35
5.7.35: Pulling from csc/mysql-s390x
443b67d21fed: Pull complete 
ac0d55c37862: Pull complete 
Digest: sha256:108b83a5855cb249a8af47b1fe44e541367c4c74a0ffd61bc7b41daac024b83b
Status: Downloaded newer image for csc.ibmclientcenter.cn/csc/mysql-s390x:5.7.35
csc.ibmclientcenter.cn/csc/mysql-s390x:5.7.35


Once you have the image pulled to your environment, you are free to use it as documented.