1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/registry
Josh Hawn 73b33db04b Separate init blob upload
Pushing a v2 image layer has two steps:

- POST to get a new upload URL
- PUT to that upload URL

We were previously not checking the response code of
the POST request and the PUT would fail in weird ways.

Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
2015-03-20 13:11:05 -07:00
..
v2
auth.go Update auth client configuration to use proper tls config 2015-03-18 14:52:49 -07:00
auth_test.go
authchallenge.go
config.go
config_test.go
endpoint.go
endpoint_test.go
httpfactory.go
registry.go
registry_mock_test.go
registry_test.go
service.go
session.go print detailed error info for docker pull 2015-03-18 11:35:44 +08:00
session_v2.go Separate init blob upload 2015-03-20 13:11:05 -07:00
token.go
types.go