distribution/docs
Josh Hawn bcccf35bb2 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 Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
auth.go Update auth client configuration to use proper tls config 2015-03-18 14:52:49 -07:00
auth_test.go Fix format calls as suggested by vet 2015-01-14 14:12:03 -08:00
authchallenge.go Adds support for v2 registry login 2015-01-15 14:04:14 -08:00
config.go Docker Tag command: Relax the restriction on namespace (username) length from 30 to 255 characters. 2015-03-14 16:45:44 -04:00
config_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
endpoint.go Use request factory for registry ping 2015-03-16 14:21:00 -07:00
endpoint_test.go Fix some go vet errors 2015-02-02 14:53:20 -08:00
httpfactory.go Removing -X flag option and autogenerated code to create Dockerversion.go functionality 2015-02-20 05:40:12 +00:00
registry.go Rename package timeout to timeoutconn. 2015-02-25 20:52:37 +01:00
registry_mock_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
registry_test.go Docker Tag command: Relax the restriction on namespace (username) length from 30 to 255 characters. 2015-03-14 16:45:44 -04:00
service.go Adds support for v2 registry login 2015-01-15 14:04:14 -08:00
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 Fix token basic auth header issue 2015-01-31 15:12:34 -08:00
types.go Adds support for v2 registry login 2015-01-15 14:04:14 -08:00