dotnet / dotnet-docker

Docker images for .NET and the .NET Tools.
https://hub.docker.com/_/microsoft-dotnet
MIT License
4.49k stars 1.94k forks source link

Stop referencing Docker Hub repos in GitHub readmes and documentation #5905

Closed MichaelSimons closed 1 month ago

MichaelSimons commented 1 month ago

In the past, the Docker Hub repo readmes were preferred because of the nicely formatted tags table. Due to size constraints these were removed. Because of that, it no longer makes sense to direct readers of the GitHub readmes and documentation to the Docker Hub readmes. Instead, the links should be updated to reference the appropriate GitHub readmes.

This is related to https://github.com/dotnet/dotnet-docker/issues/5872#issuecomment-2356458998

lbussell commented 1 month ago

[Triage] This was fixed for dotnet-docker in https://github.com/dotnet/dotnet-docker/pull/5921

@MichaelSimons Please file a follow-up issue to fix this in the microsoft/dotnet-framework-docker repo as well.

lbussell commented 1 month ago

[Triage] There are actually remaining references to DockerHub in the templated repo-specific readmes. For example: https://github.com/dotnet/dotnet-docker/blob/98c945054b112b396c3a77efcfe32ee86d49afb7/README.aspnet.md?plain=1#L59-L66

These should be fixed in a follow-up PR.