Skip to main content

registry_options

Creates, updates, deletes, gets or lists a registry_options resource.

Overview

Nameregistry_options
TypeResource
Iddigitalocean.container_registry.registry_options

Fields

NameDatatypeDescription
available_regionsarray
subscription_tiersarray

Methods

NameAccessible byRequired ParamsDescription
registry_get_optionsSELECTThis endpoint serves to provide additional information as to which option values are available when creating a container registry. There are multiple subscription tiers available for container registry. Each tier allows a different number of image repositories to be created in your registry, and has a different amount of storage and transfer included. There are multiple regions available for container registry and controls where your data is stored. To list the available options, send a GET request to /v2/registry/options.

SELECT examples

This endpoint serves to provide additional information as to which option values are available when creating a container registry. There are multiple subscription tiers available for container registry. Each tier allows a different number of image repositories to be created in your registry, and has a different amount of storage and transfer included. There are multiple regions available for container registry and controls where your data is stored. To list the available options, send a GET request to /v2/registry/options.

SELECT
available_regions,
subscription_tiers
FROM digitalocean.container_registry.registry_options
;