sigs.k8s.io/prow@v0.0.0-20240503223140-c5e374dc7eb1/pkg/sidecar/testdata/secrets/dockerconfigjson/.dockerconfigjson (about) 1 { 2 "auths": { 3 "registry.com": { 4 "username": "BOB SMITH", 5 "password": "BOBspass", 6 "email": "BOB@SMITH.com", 7 "auth": "BOBsencodedauth" 8 }, 9 "other.com": { 10 "username": "JIM JAMES", 11 "password": "JIMspass", 12 "email": "JIM@JAMES.com", 13 "auth": "JIMsencodedauth" 14 } 15 } 16 }