microsoft / dotnet-framework-docker

The repo for the official docker images for .NET Framework on Windows Server Core.
https://hub.docker.com/_/microsoft-dotnet-framework
MIT License
702 stars 336 forks source link

Fix MAR search links with trailing slash #1175

Closed lbussell closed 5 days ago

lbussell commented 6 days ago

The MAR link https://mcr.microsoft.com/catalog?search=dotnet/framework/ results in a page that says "Sorry, we encountered an error. Please try again later". Removing the trailing slash fixes it, so I've adjusted the templates accordingly.

image

lbussell commented 6 days ago

I've filed an issue for MAR...

Thanks, I threw that issue in the tracking column of the .NET Docker board.

lbussell commented 6 days ago

I fixed other broken links that were upsetting the link checker - the same as https://github.com/dotnet/dotnet-docker/pull/5923/commits/3562f21dc388f9dc07e4e2aab5351a1d24b813a5

lbussell commented 5 days ago

Build failure is https://github.com/microsoft/dotnet-framework-docker/issues/1117, merging around that since it's unrelated to changes.