sigs.k8s.io/prow@v0.0.0-20240503223140-c5e374dc7eb1/pkg/sidecar/testdata/secrets/dockercfg/.dockercfg (about) 1 { 2 "registry.com": { 3 "username": "bob smith", 4 "password": "bobspass", 5 "email": "bob@smith.com", 6 "auth": "bobsencodedauth" 7 }, 8 "other.com": { 9 "username": "jim james", 10 "password": "jimspass", 11 "email": "jim@james.com", 12 "auth": "jimsencodedauth" 13 } 14 }