e160b2b38f
This commit adds a test to retrieving auth configurations, use either the auth block in the config or specified via the agent config and adds a log if lookup fails.
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"auths": {
|
|
"https://index.docker.io/v1/": {
|
|
"auth": "dGVzdDoxMjM0"
|
|
},
|
|
"quay.io": {
|
|
"auth": "dGVzdDo1Njc4"
|
|
},
|
|
"https://other.io/v1/": {
|
|
"auth": "dGVzdDphYmNk"
|
|
}
|
|
}
|
|
}
|