-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I am trying to build z/OSMF workflow to copy my application docker images from USS into zCX server. There are two approaches -
- Push docker image to zCX Private/Public docker Registry.
- Copy the docker tar to ZCX and load into docker repository using docker load command
I have neither zCX Docker Registry nor a linux system. My docker images are available in tar format on USS.
Is there any way to get my docker images in zCX?
Is there any z/OSMF built-in step to perform this activity?
I read the documentation - http://www.redbooks.ibm.com/redbooks/pdfs/sg248457.pdf. It is not so clear to get started.
Edit 3rd Jun 2020 : Removed 'There is no SFTP available in zCX.'
I have a zCX running now. I will test the SFTP from USS to zCX to transfer files in binary format as well properties files as ascii format.
Having a workflow for a sample hello word, would help immensely. This will act as best practices.