@James-McAllister_0459 said in deleting docker images via REST API:
Invoke-RestMethod
With that help i can now delete when i enter a digest. I had to switch to using Invoke-WebRequest rather than Invoke-RestMethod to get the response headers so i actually get the correct digest (read the docs again :-)
Is there any way to get the published date or created date of the image from a REST api?
I can see i could get it from the database and a join between the DockerImages and DockerImageTags tables.