Register code repositories

In the previous lab we created two code repositories: blue and green. Before we can start creating container images using these repositories, we first need to register them in App Platform.

  1. Sign in to App Platform and navigate to Code repositories in the left menu.

  2. Click on the Add code repository button.

  3. Provide a name for this code repository. The name will be used to identify the code repository in App Platform. You can only use the name once within a team. We are going to use the name blue for this code repository.

  4. Select the Git service that hosts your repository. If Gitea is enabled for your platform, select Gitea.

  5. Select blue from the Repository drop-down list:

    kubecfg

  6. Click the Add Code Repository button.

  7. Follow the above steps again, but now for the green repository.

You should now have two code repositories registered for your team.

kubecfg

Did this page help you?