The build is failing - https://github.com/CommunityToolkit/Aspire/actions/runs/17450500423
This is because we cache docker images on Azure Container Registry (see #556).
But for that, we need to specify the namespace, or if there isn't one, which solr doesn't specify, we need to use the default one of library, so the image name is library/solr.
The build is failing - https://github.com/CommunityToolkit/Aspire/actions/runs/17450500423
This is because we cache docker images on Azure Container Registry (see #556).
But for that, we need to specify the namespace, or if there isn't one, which
solrdoesn't specify, we need to use the default one oflibrary, so the image name islibrary/solr.