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

Fixing partial url for quay.io #38

Open stevenbower opened 7 years ago

stevenbower commented 7 years ago

Quay.io returns "next page" links like '/v2/....' vs including fully qualified URLs. This patch does the URL join with the registry URL to get a proper fully qualified URL

stevenbower commented 7 years ago

Fixes #27

ShashankYadav commented 6 years ago

Any updates on this? It would be great if this fix can get merged into master @amerine @dmathieu

sbres commented 4 years ago

Sorry to bother you @Myrcurial , but would it be possible to merge it?

Myrcurial commented 4 years ago

I'm not comfortable with that operation @sbres -- there may be more appropriate people to do this work.

sbres commented 4 years ago

Sorry, Edward Muller account said to ping you. If there is someone you know could merge this, could you ping him ?

Myrcurial commented 4 years ago

@sbres Ok - @cfunkhouser can you look at this request from @sbres and see if it's reasonable to do the merge?

alexwang19 commented 8 months ago

Hi, can this change be merged as this would resolve the issue I'm also experiencing with Quay.