There is no good answer yet to "How to delete an image from a private registry" in docker.
Already tried the following:
Can't delete Docker Image from Registry
How to delete images from a private docker registry?
How to "delete" an image from a private Docker Registry?
But none of the above seems to work.
As everyone else, I already tried:
DELETE /v2/orassayag/osr_streamer_nginx/manifests/sha256:051adb935bff30abba811fd64da28a5f3b19a48f07c74b067e3bd61ab91152b5 HTTP/1.1
AND
DELETE /v2/orassayag/osr_streamer_nginx/manifests/051adb935bff30abba811fd64da28a5f3b19a48f07c74b067e3bd61ab91152b5 HTTP/1.1
and get every time:
{"errors":[{"code":"UNSUPPORTED","message":"The operation is unsupported."}]}
Anybody had success with this?
Update:
None of the solutions in the links I gave works, and still get 'unsupported' error.