For the complete documentation index, see llms.txt. This page is also available as Markdown.

Container Registry

GreenNode automatically provisions a private repository in Container Registry for your organization β€” store container images securely and use them directly when deploying Agent Runtime, with no external registry setup required.


Overview

Container Registry in AgentBase is built on VNG Cloud Container Registry (vCR). When your organization is onboarded to AgentBase, a private repository is already created for you β€” no manual setup needed.

View your organization's image list at: https://aiplatform.console.vngcloud.vn/container-registry/repository

Container Registry β€” image list

Benefits:

  • Images are not publicly accessible

  • Combine with Private VPC for a fully internal deploy pipeline

  • Natively integrated when creating a Custom Agent Runtime β€” no extra configuration needed


Push an Image to the Registry

If you have AgentBase Skills installed, use the built-in scripts β€” credentials are handled in-memory and never exposed to the terminal or disk:

Step 1: Get your organization's repository info

Returns registryUrl (vcr.vngcloud.vn) and name (your organization's repo name).

Step 2: Log in to Docker securely

Step 3: Tag and push your image

Using Docker CLI manually

Step 1: Log in (using credentials from the Portal)

Step 2: Tag your image

Step 3: Push the image


Use the Image When Creating a Runtime

Using AgentBase Skills β€” pass the --from-cr flag, credentials are fetched automatically:

Using the Portal β€” when creating a Custom Agent Runtime, enter:

  • Image URL: vcr.vngcloud.vn/<repoName>/my-agent:v1.0

  • Registry Auth: enable β†’ enter robot account username and password

See the full guide at Create Runtime.


Advanced Management

The Container Registry page in AgentBase is sufficient for pushing and using images with Runtime. For full management (additional repositories, access control policies, image lifecycle rules...) β†’ see VNG Cloud Container Registry.


Getting Started

I want to...
Go to

Create a Runtime from an image in this registry

Manage Container Registry in full

Last updated