Skip to Content

Registries

Container registry credentials for pulling private images during deployments.

Endpoints

MethodPathDescription
GET/api/v1/registriesList registries
POST/api/v1/registriesAdd registry
GET/api/v1/registries/:idGet registry
PUT/api/v1/registries/:idUpdate registry
DELETE/api/v1/registries/:idDelete registry

POST /api/v1/registries

{ "name": "Docker Hub", "url": "registry.hub.docker.com", "username": "myuser", "password": "access-token" }

Passwords are encrypted at rest. Registry responses mask sensitive credentials.

Supported registries include Docker Hub, GitHub Container Registry (ghcr.io), GitLab Registry, AWS ECR, Google Artifact Registry, and any OCI-compatible registry.

Last updated on