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

feature: adding ability to delete image from digest to registry client #46

Open mariano-salinas opened 7 years ago

mariano-salinas commented 7 years ago

Adding the ability to delete an image using the digest. On the docker API, you can delete an image with DELETE /v2//manifests/

In this case, reference is the image digest.