Updated on 2025-07-30 GMT+08:00

Image Center

Scenarios

SWR provides a large number of public images. You can add public container images to your favorites and push them to your repository.

Images in Image Center are provided and maintained by the open-source communities and are only used for testing by developers. They cannot be used in commercial environments.

Constraints

Image Center is only available in the following regions:

CN North-Beijing1, CN North-Beijing4, CN East-Shanghai1, CN East-Shanghai2, CN South-Guangzhou, CN Southwest-Guiyang1, AP-Hong Kong, AP-Bangkok, AP-Singapore, AF-Johannesburg, and LA-Santiago

Adding an Image to Favorites

  1. Log in to the SWR console.
  2. In the navigation pane, choose Image Resources > Image Center.
  3. Locate the desired image and click on the right.

    You can view all your favorite images on the My Favorites page.

Pulling an Image from the Image Center

The following uses the mongo image in the Image Center as an example.

You need to ensure that your container engine client can access the Internet.

Figure 1 mongo image details
  • If your container engine client node is in any of the following regions, you can run the command to download the image:

    AP-Hong Kong, AP-Bangkok, AP-Singapore, AF-Johannesburg, and LA-Santiago

    docker pull mongo:4.1

    The part following docker pull is <image-name>:<image-tag>. You can click next to the image name on the image details page to copy the name. To obtain the image tag, go to the Tags tab.

  • If the node where the container engine client is deployed is in any of the following regions, you need to set an image accelerator before running the docker pull command:

    CN North-Beijing1, CN North-Beijing4, CN East-Shanghai1, CN East-Shanghai2, CN South-Guangzhou, and CN Southwest-Guiyang1