A registry is where image repositories are hosted. The repository can be either from DockerHub, Quay.io, or a custom private registry.
Field | Type | Create | Update | Default | Notes |
---|---|---|---|---|---|
description | string | Optional | Yes | - | |
name | string | Optional | Yes | - | |
serverAddress | string | Yes | - | - |
Field | Type | Notes |
---|---|---|
blockDevicePath | string | |
driverName | string | |
externalId | string | |
id | int | The unique identifier for the registry |
volumeAccessMode | string | |
volumeCapabilities | array[string] |
Please read more about the common resource fields. These fields are read only and applicable to almost every resource. We have segregated them from the list above.
CreatePOST: /v2-beta/projects/${PROJECT_ID}/registries
DeleteDELETE: /v2-beta/projects/${PROJECT_ID}/registries/${ID}
UpdatePUT: /v2-beta/projects/${PROJECT_ID}/registries/${ID}
activate
POST: /v2-beta/projects/${PROJECT_ID}/registries/${ID}?action=activate
deactivate
POST: /v2-beta/projects/${PROJECT_ID}/registries/${ID}?action=deactivate