You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"auths": {
|
|
"{{ shared_service_docker_registry_hostname }}": {
|
|
"auth": "{{ [docker_registry_username, docker_registry_token] | join(":") | string | b64encode }}"
|
|
}
|
|
}
|
|
} |