Victor Vieux
|
16ca6a1c12
move legacy stuff outside the job
|
11 years ago |
Michael Crosby
|
1d0aeae339
Merge pull request #3431 from shin-/ping_standalone_check
|
11 years ago |
shin-
|
589515c717
Check standalone header when pinging a registry server. Standalone has to be true to use basic auth (in addition to previous requirements)
|
11 years ago |
Victor Vieux
|
85f9b778f5
fix progressbar in docker push
|
11 years ago |
shin-
|
3f92163989
Don't return req as result of setTokenAuth
|
11 years ago |
shin-
|
3b5010e90b
missed one call to setTokenAuth
|
11 years ago |
shin-
|
ec4863ae55
Factorized auth token setting
|
11 years ago |
shin-
|
a02bc8a5db
gofmt
|
11 years ago |
shin-
|
045989e3d8
Use basic auth for private registries when over HTTPS.
|
11 years ago |
Andrews Medina
|
fe72f15e4a
go fmt.
|
11 years ago |
cressie176
|
fe727e2a87
Closing connection after ping
|
11 years ago |
Victor Vieux
|
02b5202432
update docker search to reflect future changes of the api
|
11 years ago |
Victor Vieux
|
8f39f0b57d
Removes \\n from debugf calls
|
11 years ago |
Johan Euphrosine
|
d93023daa9
registry: fix content-type for PushImageJSONIndex
|
11 years ago |
Jonathan Rudenberg
|
e906485b07
Fix some error cases where a HTTP body might not be closed
|
11 years ago |
Ken Cochrane
|
0f829bf5cf
fix the error message so it is the same as the regex issue #1999
|
11 years ago |
Michael Crosby
|
5867f9e761
Modify repository name regex to match index
|
11 years ago |
Guillaume J. Charmes
|
e836b0064b
Prevent panic upon error pulling registry
|
12 years ago |
Marco Hennings
|
fcee6056dc
Login against private registry
|
12 years ago |
shin-
|
0418702cfc
registry: removing opaqueRequest
|
12 years ago |
Victor Vieux
|
d7979ef2d0
hot fix display in parallel pull and go fmt
|
12 years ago |
Michael Crosby
|
3d63087f78
Merge pull request #1481 from titanous/fix-sprint
|
12 years ago |
Jonathan Rudenberg
|
3b23f02229
Fix typo: fmt.Sprint -> fmt.Sprintf
|
12 years ago |
Guillaume J. Charmes
|
3e6e08ce00
Merge pull request #1362 from dotcloud/registry_test
|
12 years ago |
Victor Vieux
|
b6c4b325a4
Merge pull request #1406 from dotcloud/1363-reduce_timeout-fix
|
12 years ago |
shin-
|
553ce165c1
registry: Fixed a bug where token and cookie info wouldn't be sent when using LookupRemoteImage(). Fixed a bug where no error would be reported when getting a non-200 status code in GetRemoteImageLayer()
|
12 years ago |
Victor Vieux
|
1b08ab92d1
Merge pull request #1408 from dotcloud/1407-localhost_is_a_domain-fix
|
12 years ago |
Victor Vieux
|
feda3db1dd
Merge pull request #1382 from monnand/650-http-utils
|
12 years ago |
Sam Alba
|
c22f2617ad
Always consider localhost as a domain name when parsing the FQN repos name
|
12 years ago |
Sam Alba
|
c860945be2
Reduce connect and read timeout when pinging the registry (fixes issue #1363)
|
12 years ago |