Skip to content

Commit df92078

Browse files
authored
Add 8.0 preview to featured tags in nightly (#4610)
1 parent d0e4df9 commit df92078

File tree

9 files changed

+19
-1
lines changed

9 files changed

+19
-1
lines changed

.mar/portal/README.aspnet.portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Watch [discussions](https://github.com/dotnet/dotnet-docker/discussions/categori
1212

1313
## Featured Tags
1414

15+
* `8.0` (Preview)
16+
* `docker pull mcr.microsoft.com/dotnet/nightly/aspnet:8.0-preview`
1517
* `7.0` (Standard Support)
1618
* `docker pull mcr.microsoft.com/dotnet/nightly/aspnet:7.0`
1719
* `6.0` (Long-Term Support)

.mar/portal/README.runtime-deps.portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Watch [discussions](https://github.com/dotnet/dotnet-docker/discussions/categori
1212

1313
## Featured Tags
1414

15+
* `8.0` (Preview)
16+
* `docker pull mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-preview`
1517
* `7.0` (Standard Support)
1618
* `docker pull mcr.microsoft.com/dotnet/nightly/runtime-deps:7.0`
1719
* `6.0` (Long-Term Support)

.mar/portal/README.runtime.portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Watch [discussions](https://github.com/dotnet/dotnet-docker/discussions/categori
1212

1313
## Featured Tags
1414

15+
* `8.0` (Preview)
16+
* `docker pull mcr.microsoft.com/dotnet/nightly/runtime:8.0-preview`
1517
* `7.0` (Standard Support)
1618
* `docker pull mcr.microsoft.com/dotnet/nightly/runtime:7.0`
1719
* `6.0` (Long-Term Support)

.mar/portal/README.sdk.portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Watch [discussions](https://github.com/dotnet/dotnet-docker/discussions/categori
1818

1919
## Featured Tags
2020

21+
* `8.0` (Preview)
22+
* `docker pull mcr.microsoft.com/dotnet/nightly/sdk:8.0-preview`
2123
* `7.0` (Standard Support)
2224
* `docker pull mcr.microsoft.com/dotnet/nightly/sdk:7.0`
2325
* `6.0` (Long-Term Support)

README.aspnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
# Featured Tags
88

9+
* `8.0` (Preview)
10+
* `docker pull mcr.microsoft.com/dotnet/nightly/aspnet:8.0-preview`
911
* `7.0` (Standard Support)
1012
* `docker pull mcr.microsoft.com/dotnet/nightly/aspnet:7.0`
1113
* `6.0` (Long-Term Support)

README.runtime-deps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
# Featured Tags
88

9+
* `8.0` (Preview)
10+
* `docker pull mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-preview`
911
* `7.0` (Standard Support)
1012
* `docker pull mcr.microsoft.com/dotnet/nightly/runtime-deps:7.0`
1113
* `6.0` (Long-Term Support)

README.runtime.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
# Featured Tags
88

9+
* `8.0` (Preview)
10+
* `docker pull mcr.microsoft.com/dotnet/nightly/runtime:8.0-preview`
911
* `7.0` (Standard Support)
1012
* `docker pull mcr.microsoft.com/dotnet/nightly/runtime:7.0`
1113
* `6.0` (Long-Term Support)

README.sdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
# Featured Tags
88

9+
* `8.0` (Preview)
10+
* `docker pull mcr.microsoft.com/dotnet/nightly/sdk:8.0-preview`
911
* `7.0` (Standard Support)
1012
* `docker pull mcr.microsoft.com/dotnet/nightly/sdk:7.0`
1113
* `6.0` (Long-Term Support)

eng/readme-templates/FeaturedTags.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ elif match(SHORT_REPO, "monitor"):* `7` (Standard Support)
1414
* `docker pull {{FULL_REPO}}:6`^
1515
elif match(REPO, "monitor/base"):* `8` (Preview)
1616
* `docker pull {{FULL_REPO}}:8-preview`^
17-
else:* `7.0` (Standard Support)
17+
else:{{if VARIABLES["branch"] = "nightly":* `8.0` (Preview)
18+
* `docker pull {{FULL_REPO}}:8.0-preview`
19+
}}* `7.0` (Standard Support)
1820
* `docker pull {{FULL_REPO}}:7.0`
1921
* `6.0` (Long-Term Support)
2022
* `docker pull {{FULL_REPO}}:6.0`}}

0 commit comments

Comments
 (0)