{
"auths": {
"{{ docker_registry }}": {
"auth": "{{ [docker_registry_username, docker_registry_token] | join(":") | string | b64encode }}"
}