Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.49 KB

registry_public_images.md

File metadata and controls

54 lines (35 loc) · 1.49 KB
copyright lastupdated keywords subcollection
years
2018, 2024
2024-04-25
Public IBM images, images, accessing images, container images, public images, cli
Registry

{{site.data.keyword.attribute-definition-list}}

Public {{site.data.keyword.IBM_notm}} images available in {{site.data.keyword.registryshort_notm}}

{: #public_images}

You can access the images that are provided by {{site.data.keyword.IBM_notm}} by using the {{site.data.keyword.registrylong}} command line. {: shortdesc}

You can't access the public {{site.data.keyword.IBM_notm}} images by using the {{site.data.keyword.cloud_notm}} console anymore. {: note}

Accessing the public IBM images by using the CLI

{: #public_images_cli}

You can access the public {{site.data.keyword.IBM_notm}} images by using the command line.

Before you begin, complete the following tasks.

  1. Ensure that the {{site.data.keyword.registrylong_notm}} CLI is installed, see Installing the container-registry CLI plug-in.

  2. Log in to {{site.data.keyword.cloud_notm}}.

    ibmcloud login

    {: pre}

To list the public images, complete the following steps.

  1. Target the global registry:

    ibmcloud cr region-set global

    {: pre}

  2. List the {{site.data.keyword.IBM_notm}} public images.

    ibmcloud cr images --include-ibm

    {: pre}