v1
latestSwagger 2.02026-08-04232286653.5 KBCcr
Container Registry
Creates a container registry repository in the project and returns the created repository.
post/projects/{project_id}/ccr/repositories
Path parameters
project_idstring required
ID of the project to create the repository in.
Request body
Example request
{
"location": "us-east1",
"max_size_bytes": "10737418240",
"name": "my-repository",
"upstream_registry": {
"upstream_registry_credentials": {
"username": "my-registry-user"
},
"url": "https://registry-1.docker.io"
}
}Response
Example response
{
"created_at": "2021-12-03T19:58:34Z",
"id": "ca39e669-47ee-456b-968d-303234fbf99f",
"location": "us-east1",
"max_size_bytes": "10737418240",
"name": "my-repository",
"upstream_registry": {
"upstream_registry_credentials": {
"username": "my-registry-user"
},
"url": "https://registry-1.docker.io"
}
}