CreatePrivateRegistryRequest
It represents the input payload for creating a new private registry
{
"name": "My registry",
"description": "Registry for storing container releases",
"provider": "HARBOR",
"url": "https://harbor.mydomain.com",
"access_key": "robot$user123",
"access_secret": "p4ssw0rd1234",
"containers_organization": "my-containers-org",
"charts_organization": "my-charts-org"
}
Name of the registry
Description of the registry
Provider of the registry (platform that hosts it). Supported values are: AMAZON_ELASTIC_CONTAINER_REGISTRY, HARBOR, NEXUS_CONTAINER_REGISTRY, AZURE_CONTAINER_REGISTRY, JFROG_CONTAINER_REGISTRY, GITHUB_CONTAINER_REGISTRY, GOOGLE_ARTIFACT_REGISTRY, DOCKERHUB, IONOS
Url of the registry
Access key to authenticate to the registry
Access secret to authenticate to the registry
Dockerhub organization where the containers will be published (Only for DOCKERHUB registry provider)
Dockerhub organization where the charts will be published (Only for DOCKERHUB registry provider)