Skip to main content

Using Custom Registry

Steps to Create a Custom Registry

1. Create a New Application:

  • Ensure you are in the Build section.
  • Click on Add Application to initiate the creation of a new application. Build Name

2. Application Information:

  • Application Name: Enter a name for your application (e.g., build-demo).
  • Git Repository: Provide the Git repository URL:
    https://github.com/clue2solve/clue2app-fastapi-demo.git
  • Git Revision/Branch: Set to main.
  • Git Access Type: Choose Public.
  • For information on using Git credentials, please refer to the Using Git Credentials page.

3. Using Custom Registry:

  • In the Docker Image Registry section, you can select from previously saved custom registries in the dropdown menu. Adding during Build

  • If you want to create a new custom registry directly in this section, select New Registry from the dropdown and fill in the necessary details, including Registry Name, Server, Username, and Secret. Adding during Build

  • If you need guidance on creating custom registries, please navigate to the Creating Custom Registry page for detailed instructions.

4. Service Deployment:

  • Ensure Deploy Automatically is checked.
  • Container Port: Enter the appropriate port number (e.g., 8000). Service Deployment

5. Config and Secrets:

  • This can be skipped for now. However, if your application requires specific configurations or secrets, make sure to set them up accordingly.

6. Save Application Information:

  • After completing all fields, save the application.
  • A status indicator will appear immediately after saving, and after a minute, the project status will be updated to show successful creation. Status True

7. Run Your Application:

  • Click on the RUN section to view your application. A URL will be generated for your application, allowing you to access it.