Downloading the Docker image from Passport Advantage
You can download the Sterling B2B Integrator Docker image from Passport Advantage.
Accessing Passport Advantage
To register at the Passport Advantage site, see Passport Advantage.
Items to download from Passport Advantage
The following Sterling B2B Integrator Docker images are available for downloading:
- CC4P0ML.tar : IBM Sterling B2B Integrator V6.1.0.0 for Multiplatform Multilingual Container Image
- CC4P4ML.tar : IBM Sterling File Gateway V6.1.0.0 Multiplatform Multilingual Container Image
- PS-XXXX.tar : IBM Sterling B2B Integrator V6.1.0.0 for Multiplatform Multilingual External Perimeter Server Container Image
- PURGE-XX.tar : IBM Sterling B2B Integrator V6.1.0.0 for Multiplatform Multilingual External Purge Container Image
Downloading the Sterling B2B Integrator Docker image from Passport Advantage
To download the Sterling B2B Integrator
Docker image, complete the following steps:
- Log on to the Passport Advantage web site by using your IBM ID or Passport Advantage ID.
- Click Software Download & Media Access.
- Go to Find by Part number and enter the Part
number.
For example, to download CNVV8ML.tar, search for CNVV8ML.
- Select the item to download.
- Select I agree to accept the terms and conditions.
- Click Download now.
- Import the Docker image from the .tar file by running the following
command.
docker load -i <tar file>For example, if you have downloaded CNVV8ML.tar, run the following command:docker load -i CNVV8ML.tar - Run the following command.
docker images- For Sterling B2B Integrator container
image, verify that the Docker image with
repository=b2biandtag=<version>is displayed in the list of images. - For Sterling File Gateway container image,
verify that the Docker image with
repository=sfgandtag=<version>is displayed in the list of images. - For External Perimeter Server container image, verify that the Docker image with
repository=psandtag=<version>is displayed in the list of images. - For External Purge container image, verify that the Docker image with
repository=purgeandtag=<version>is displayed in the list of images.
Where
<version>is the version of Sterling B2B Integrator for which you have downloaded the Docker image. - For Sterling B2B Integrator container
image, verify that the Docker image with