heroku / docker-registry-client

A Go API client for the v2 Docker Registry API
BSD 3-Clause "New" or "Revised" License
297 stars 225 forks source link

Introduce extendable constructor options and the NewCustom() constructor #63

Open kispaljr opened 5 years ago

kispaljr commented 5 years ago

Fixes issues https://github.com/heroku/docker-registry-client/issues/42 and https://github.com/heroku/docker-registry-client/issues/25 Addresses the same problems as https://github.com/heroku/docker-registry-client/pull/53, https://github.com/heroku/docker-registry-client/pull/43 and https://github.com/heroku/docker-registry-client/pull/33, but takes a different a approach