ncloud_ncr_create_registry
Create a container registry on Ncloud. Choose between using an existing Object Storage bucket or auto-provisioning dedicated NCR storage. Use dry run to preview before creation.
Instructions
Create a new container registry. 'storageType' selects the storage backend: 'objectStorage' (default) reuses an existing Object Storage bucket (then 'bucket' is required); 'ncloudStorage' auto-provisions dedicated NCR storage (then 'bucket' is ignored). Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | No | Object Storage bucket name. Required when storageType='objectStorage' (the default); ignored when storageType='ncloudStorage'. Cannot be reused across registries. | |
| dryRun | No | If true, returns a preview without actually creating the registry | |
| storageType | No | Storage backend. 'objectStorage' (default) reuses an existing Object Storage bucket — 'bucket' is then required. 'ncloudStorage' auto-provisions dedicated NCR storage (bucket 'registry-{privateId}') — 'bucket' is ignored. | |
| registryName | Yes | Name for the new registry |