Creates a image registry
GET/v1/registries/oci/image
Creates a image registry
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
baseContentPathstring
baseContentPath is the root path for the registry content
caCertstring
endpointstring
insecureSkipVerifyboolean
mirrorRegistriesstring
mirrorRegistries contains the array of image sources like gcr.io, ghcr.io, docker.io
namestring
passwordstring
usernamestring
{
"baseContentPath": "string",
"caCert": "string",
"endpoint": "string",
"insecureSkipVerify": true,
"mirrorRegistries": "string",
"name": "string",
"password": "string",
"username": "string"
}
Loading...