Skip to content

Commit 1ba3c6c

Browse files
Remove the link to the obsolete dotnet/core full tag listing (#5775)
1 parent 2a90462 commit 1ba3c6c

File tree

6 files changed

+1
-13
lines changed

6 files changed

+1
-13
lines changed

README.aspnet.md

-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ Tag | Dockerfile
251251
You can retrieve a list of all available tags for dotnet/aspnet at https://mcr.microsoft.com/v2/dotnet/aspnet/tags/list.
252252
<!--End of generated tags-->
253253

254-
For tags contained in the old dotnet/core/aspnet repository, you can retrieve a list of those tags at https://mcr.microsoft.com/v2/dotnet/core/aspnet/tags/list.
255-
256254
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md)*
257255

258256
# Support

README.runtime-deps.md

-2
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ Tags | Dockerfile | OS Version
164164
You can retrieve a list of all available tags for dotnet/runtime-deps at https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list.
165165
<!--End of generated tags-->
166166

167-
For tags contained in the old dotnet/core/runtime-deps repository, you can retrieve a list of those tags at https://mcr.microsoft.com/v2/dotnet/core/runtime-deps/tags/list.
168-
169167
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md)*
170168

171169
# Support

README.runtime.md

-2
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ Tag | Dockerfile
207207
You can retrieve a list of all available tags for dotnet/runtime at https://mcr.microsoft.com/v2/dotnet/runtime/tags/list.
208208
<!--End of generated tags-->
209209

210-
For tags contained in the old dotnet/core/runtime repository, you can retrieve a list of those tags at https://mcr.microsoft.com/v2/dotnet/core/runtime/tags/list.
211-
212210
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md)*
213211

214212
# Support

README.samples.md

-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ aspnetapp-8.0-nanoserver-1809, aspnetapp-nanoserver-1809, aspnetapp-8.0, aspneta
113113
You can retrieve a list of all available tags for dotnet/samples at https://mcr.microsoft.com/v2/dotnet/samples/tags/list.
114114
<!--End of generated tags-->
115115

116-
For tags contained in the old dotnet/core/samples repository, you can retrieve a list of those tags at https://mcr.microsoft.com/v2/dotnet/core/samples/tags/list.
117-
118116
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md)*
119117

120118
# Support

README.sdk.md

-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ Tag | Dockerfile
177177
You can retrieve a list of all available tags for dotnet/sdk at https://mcr.microsoft.com/v2/dotnet/sdk/tags/list.
178178
<!--End of generated tags-->
179179

180-
For tags contained in the old dotnet/core/sdk repository, you can retrieve a list of those tags at https://mcr.microsoft.com/v2/dotnet/core/sdk/tags/list.
181-
182180
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md)*
183181

184182
# Support

eng/readme-templates/DefaultLayout.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ if !IS_PRODUCT_FAMILY:{{InsertTemplate("FeaturedTags.md", commonArgs)}}
2727
{{if !IS_PRODUCT_FAMILY:
2828
# Full Tag Listing
2929
{{if ARGS["readme-host"] = "github":<!--End of generated tags-->
30-
{{if !(isMonitor || isAspireDashboard):For tags contained in the old dotnet/core{{if isNightlyRepo:-nightly}}/{{SHORT_REPO}} repository, you can retrieve a list of those tags at https://mcr.microsoft.com/v2/dotnet/core{{if isNightlyRepo:-nightly}}/{{SHORT_REPO}}/tags/list.
31-
32-
}}*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md)*
30+
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md)*
3331
^elif ARGS["readme-host"] = "dockerhub":
3432
View the current tags at the [Microsoft Artifact Registry portal](https://mcr.microsoft.com/product/{{REPO}}/tags) or on [GitHub](https://github.com/dotnet/dotnet-docker/blob/{{if isNightlyRepo:nightly^else:main}}/README.{{SHORT_REPO}}.md#full-tag-listing).
3533
}}}}

0 commit comments

Comments
 (0)