Remove dangling multi-arch container manifests from Azure Container Registry
Last year I wrote a blog post about removing dangling container manifests from ACR.
-> https://www.danielstechblog.io/remove-dangling-container-manifests-from-azure-container-registry/
I did not cover an edge case when it comes to multi-arch container manifests. So, here we are, and I walk you through that topic today.
First, do not be afraid the PowerShell script from last year works perfectly Read more [...]