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

Updates docker-registry-client to use opencontainers/go-digest. #49

Closed RussellRollins closed 6 years ago

RussellRollins commented 6 years ago

Fixes #44

And should replace https://github.com/heroku/docker-registry-client/pull/34 (another attempt to fix the same issue)

We were previously unable to dep init because of our reliance on docker-registry-client, but using my fork and branch, everything is working as expected.

Thanks.