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

Delete image/tag #16

Closed AlbinOS closed 7 years ago

AlbinOS commented 8 years ago

Hi everyone,

Thanks a lot for this work, working very well so far.

Do you intend to add a deletion feature to this client ? If not I'm willing to work on it.

lorenzobenvenuti commented 7 years ago

@AlbinOS, any progress on this? I've written my implementation, see #21

AlbinOS commented 7 years ago

@lorenzobenvenuti, not really, I was waiting for some guidances on how to write it but it's great that you went for it !

dmathieu commented 7 years ago

Done in #21.