First I am sending a request to get v2/<repoName>/manifests/<tagName>, then I am getting Docker-Content-Digest from the headers and I send a request to delete v2/<repoName>/blobs/<layerDigests>
Let me know if someone have the same issue, I allowed the delete in the configuration
Hi I am trying to delete some images using the API, but I have the following error:
First I am sending a request to
get v2/<repoName>/manifests/<tagName>
, then I am getting Docker-Content-Digest from the headers and I send a request todelete v2/<repoName>/blobs/<layerDigests>
Let me know if someone have the same issue, I allowed the delete in the configuration