CenturyLinkLabs / docker-reg-client

Go Wrapper for the Docker Registry v1 API
Apache License 2.0
13 stars 15 forks source link

Remove body from token authorization requests #6

Closed liron-l closed 9 years ago

liron-l commented 9 years ago

Some private registries (e.g., gcr.io) does not support adding body to GET requests. Also, this is not part of the registry authorization protocol.

Also removed link in example test to enable consuming this package with go-get (otherwise code will not compile against private package), it should not change compile since test code does not compile with library.

Signed-off-by: Liron Levin liron@twistlock.com

bdehamer commented 9 years ago

Thanks!