github.com/anuvu/nomad@v0.8.7-atom1/client/driver/test-resources/docker/auth.json (about)

     1  {
     2      "auths": {
     3          "https://index.docker.io/v1/": {
     4              "auth": "dGVzdDoxMjM0"
     5          },
     6          "quay.io": {
     7              "auth": "dGVzdDo1Njc4"
     8          },
     9          "https://other.io/v1/": {
    10              "auth": "dGVzdDphYmNk"
    11          }
    12      }
    13  }