Downloading the ibm-content-cortex-containers repository

To work with the deployment samples and to generate the custom resource YAML file for your container deployment, you must first download the ibm-content-cortex-containers GitHub repository.

About this task

This repository contains configuration files, scripts, and templates that support container-based deployments. For more information, see the Understanding the ibm-content-cortex-containers repository section.

Procedure

Follow these steps to download the ibm-content-cortex-containers repository:

  1. Access the GitHub ibm-content-cortex-containers External link opens a new window or tab repository URL.
    The ibm-content-cortex-containers repository that you download from the ibm-content-cortex-containers External link opens a new window or tab GitHub URL, corresponds to the most recent interim fix for the recently released Content Cortex Content Cortex version. For earlier versions of the product, you need to click Releases in the right-panel of the window to download the ibm-content-cortex-containers for your version/interim fix.
  2. Click <>Code > Download Zip to download the repository.
  3. Open a terminal on your local machine.
  4. Go to the directory where you want to clone the ibm-content-cortex-containers repository.
  5. Clone the repository from the clone URL available in the <>Code option.
    The ibm-content-cortex-containers repository has the following structure:
    ibm-content-cortex-containers/
    
    ├── content-cortex
    │ ├── ai-services
    │ │ └── rbac
    │ ├── content
    │ │ └── rbac
    │ ├── op-olm
    │ └── turbonomics
    ├── license-service
    │ ├── op-olm
    │ └── rbac
    └── usage-metering
    ├── ccx-metrics
    │ ├── op-olm
    │ └── rbac
    ├── scripts/
    ├── README.md
    └── version.toml

What to do next

Go to and complete the next step in Preparing a namespace for the operator.