docker-context/registry-credentials¶
Per-registry credentials used to pull context container images
Map of registry hostname to credentials. Keyed by the registry the plugin will pull from (for example "docker.io", "registry.example.com", "quay.io"). An empty-string key supplies credentials for the default registry when docker-context/registry is left empty.
Example:
{
"docker.io": {
"username": "deploy",
"password": "REPLACE_WITH_DOCKER_HUB_PAT"
},
"registry.example.com": {
"username": "drp-service-account",
"password": "REPLACE_WITH_REGISTRY_TOKEN"
}
}
Objects that Reference docker-context/registry-credentials¶
Not used in current content packs
Objects used by docker-context/registry-credentials¶
Not used in current content packs