Skip to main content

Documentation Index

Fetch the complete documentation index at: https://gcore.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Registries page in the Gcore Customer Portal lists all container image registries added to the project. Each registry stores the credentials Gcore uses to pull private container images when starting deployment pods. Navigate to Everywhere Inference > Registries to open the list. The registry table has two columns: Image registry name and Image registry url. The URL identifies the registry host, and the name is the label shown in the deployment form when selecting a registry.
Registries list

Registry in a deployment

Registries are referenced when deploying a custom container image from a private source. In the Deploy custom model form, set Registry type to Private — a Registry dropdown appears showing all registries added to the project. Select the registry that hosts the image, then enter the full image URL in the Model image URL field.
Deploy custom model form with Private registry type selected and Registry dropdown showing docs-test-registry
Gcore uses the stored credentials to authenticate against the registry host and pull the image when the pod starts. The credentials are not embedded in the deployment — they are resolved at pod startup from the registry record.
Registry dropdown open showing the available registry

Registry credentials

Only authentication credentials can be updated on an existing registry. The registry name and URL are immutable — to use a different registry host, delete the registry and add a new one. To open the action menu, click the three-dot button on the right side of the registry row and select Edit.
Registry action menu with Edit and Delete options
The Edit registry dialog opens. Enter the updated Username and Password and click Save. The new credentials take effect on the next pod pull — running pods are not affected until they restart.
Edit registry dialog with Username and Password fields

Registry deletion

Deleting a registry removes the stored credentials from the project. Running deployments that already pulled the image continue operating. New pods — including autoscaled pods and pod restarts — will fail to pull the image until the registry is re-added with valid credentials. To delete a registry, click the three-dot button on the right side of the row and select Delete. Confirm the deletion in the dialog that appears.