Skip to content

Commit 9eb203c

Browse files
authored
.NET 7 GA release
2 parents 36a88ba + 56bd5b9 commit 9eb203c

File tree

147 files changed

+939
-756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+939
-756
lines changed

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

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

77
## Featured Tags
88

9-
* `7.0` (RC)
9+
* `7.0` (Standard Support)
1010
* `docker pull mcr.microsoft.com/dotnet/aspnet:7.0`
11-
* `6.0` (LTS)
11+
* `6.0` (Long-Term Support)
1212
* `docker pull mcr.microsoft.com/dotnet/aspnet:6.0`
1313

1414
## Related Repos

.mar/portal/README.monitor.portal.md

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

99
## Featured Tags
1010

11-
* `7` (RC)
11+
* `7` (Standard Support)
1212
* `docker pull mcr.microsoft.com/dotnet/monitor:7`
13-
* `6` (LTS)
13+
* `6` (Long-Term Support)
1414
* `docker pull mcr.microsoft.com/dotnet/monitor:6`
1515

1616
## Related Repos

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

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

77
## Featured Tags
88

9-
* `7.0` (RC)
9+
* `7.0` (Standard Support)
1010
* `docker pull mcr.microsoft.com/dotnet/runtime-deps:7.0`
11-
* `6.0` (LTS)
11+
* `6.0` (Long-Term Support)
1212
* `docker pull mcr.microsoft.com/dotnet/runtime-deps:6.0`
1313

1414
## Related Repos

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

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

77
## Featured Tags
88

9-
* `7.0` (RC)
9+
* `7.0` (Standard Support)
1010
* `docker pull mcr.microsoft.com/dotnet/runtime:7.0`
11-
* `6.0` (LTS)
11+
* `6.0` (Long-Term Support)
1212
* `docker pull mcr.microsoft.com/dotnet/runtime:6.0`
1313

1414
## Related Repos

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

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

1313
## Featured Tags
1414

15-
* `7.0` (RC)
15+
* `7.0` (Standard Support)
1616
* `docker pull mcr.microsoft.com/dotnet/sdk:7.0`
17-
* `6.0` (LTS)
17+
* `6.0` (Long-Term Support)
1818
* `docker pull mcr.microsoft.com/dotnet/sdk:6.0`
1919

2020
## Related Repos

README.aspnet.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Featured Tags
22

3-
* `7.0` (RC)
3+
* `7.0` (Standard Support)
44
* `docker pull mcr.microsoft.com/dotnet/aspnet:7.0`
5-
* `6.0` (LTS)
5+
* `6.0` (Long-Term Support)
66
* `docker pull mcr.microsoft.com/dotnet/aspnet:6.0`
77

88
# About
@@ -51,10 +51,10 @@ See [Hosting ASP.NET Core Images with Docker over HTTPS](https://github.com/dotn
5151
## Linux amd64 Tags
5252
Tags | Dockerfile | OS Version
5353
-----------| -------------| -------------
54-
7.0.0-rc.2-bullseye-slim-amd64, 7.0-bullseye-slim-amd64, 7.0.0-rc.2-bullseye-slim, 7.0-bullseye-slim, 7.0.0-rc.2, 7.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/bullseye-slim/amd64/Dockerfile) | Debian 11
55-
7.0.0-rc.2-alpine3.16-amd64, 7.0-alpine3.16-amd64, 7.0-alpine-amd64, 7.0.0-rc.2-alpine3.16, 7.0-alpine3.16, 7.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.16/amd64/Dockerfile) | Alpine 3.16
56-
7.0.0-rc.2-jammy-amd64, 7.0-jammy-amd64, 7.0.0-rc.2-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/jammy/amd64/Dockerfile) | Ubuntu 22.04
57-
6.0.10-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.10-bullseye-slim, 6.0-bullseye-slim, 6.0.10, 6.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11
54+
7.0.0-bullseye-slim-amd64, 7.0-bullseye-slim-amd64, 7.0.0-bullseye-slim, 7.0-bullseye-slim, 7.0.0, 7.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/bullseye-slim/amd64/Dockerfile) | Debian 11
55+
7.0.0-alpine3.16-amd64, 7.0-alpine3.16-amd64, 7.0-alpine-amd64, 7.0.0-alpine3.16, 7.0-alpine3.16, 7.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.16/amd64/Dockerfile) | Alpine 3.16
56+
7.0.0-jammy-amd64, 7.0-jammy-amd64, 7.0.0-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/jammy/amd64/Dockerfile) | Ubuntu 22.04
57+
6.0.10-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.10-bullseye-slim, 6.0-bullseye-slim, 6.0.10, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11
5858
6.0.10-alpine3.16-amd64, 6.0-alpine3.16-amd64, 6.0-alpine-amd64, 6.0.10-alpine3.16, 6.0-alpine3.16, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.16/amd64/Dockerfile) | Alpine 3.16
5959
6.0.10-jammy-amd64, 6.0-jammy-amd64, 6.0.10-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04
6060
6.0.10-focal-amd64, 6.0-focal-amd64, 6.0.10-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04
@@ -67,10 +67,10 @@ Tags | Dockerfile | OS Version
6767
## Linux arm64 Tags
6868
Tags | Dockerfile | OS Version
6969
-----------| -------------| -------------
70-
7.0.0-rc.2-bullseye-slim-arm64v8, 7.0-bullseye-slim-arm64v8, 7.0.0-rc.2-bullseye-slim, 7.0-bullseye-slim, 7.0.0-rc.2, 7.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11
71-
7.0.0-rc.2-alpine3.16-arm64v8, 7.0-alpine3.16-arm64v8, 7.0-alpine-arm64v8, 7.0.0-rc.2-alpine3.16, 7.0-alpine3.16, 7.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.16/arm64v8/Dockerfile) | Alpine 3.16
72-
7.0.0-rc.2-jammy-arm64v8, 7.0-jammy-arm64v8, 7.0.0-rc.2-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04
73-
6.0.10-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.10-bullseye-slim, 6.0-bullseye-slim, 6.0.10, 6.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11
70+
7.0.0-bullseye-slim-arm64v8, 7.0-bullseye-slim-arm64v8, 7.0.0-bullseye-slim, 7.0-bullseye-slim, 7.0.0, 7.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11
71+
7.0.0-alpine3.16-arm64v8, 7.0-alpine3.16-arm64v8, 7.0-alpine-arm64v8, 7.0.0-alpine3.16, 7.0-alpine3.16, 7.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.16/arm64v8/Dockerfile) | Alpine 3.16
72+
7.0.0-jammy-arm64v8, 7.0-jammy-arm64v8, 7.0.0-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04
73+
6.0.10-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.10-bullseye-slim, 6.0-bullseye-slim, 6.0.10, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11
7474
6.0.10-alpine3.16-arm64v8, 6.0-alpine3.16-arm64v8, 6.0-alpine-arm64v8, 6.0.10-alpine3.16, 6.0-alpine3.16, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.16/arm64v8/Dockerfile) | Alpine 3.16
7575
6.0.10-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.10-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04
7676
6.0.10-focal-arm64v8, 6.0-focal-arm64v8, 6.0.10-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04
@@ -83,10 +83,10 @@ Tags | Dockerfile | OS Version
8383
## Linux arm32 Tags
8484
Tags | Dockerfile | OS Version
8585
-----------| -------------| -------------
86-
7.0.0-rc.2-bullseye-slim-arm32v7, 7.0-bullseye-slim-arm32v7, 7.0.0-rc.2-bullseye-slim, 7.0-bullseye-slim, 7.0.0-rc.2, 7.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11
87-
7.0.0-rc.2-alpine3.16-arm32v7, 7.0-alpine3.16-arm32v7, 7.0-alpine-arm32v7, 7.0.0-rc.2-alpine3.16, 7.0-alpine3.16, 7.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.16/arm32v7/Dockerfile) | Alpine 3.16
88-
7.0.0-rc.2-jammy-arm32v7, 7.0-jammy-arm32v7, 7.0.0-rc.2-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04
89-
6.0.10-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.10-bullseye-slim, 6.0-bullseye-slim, 6.0.10, 6.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11
86+
7.0.0-bullseye-slim-arm32v7, 7.0-bullseye-slim-arm32v7, 7.0.0-bullseye-slim, 7.0-bullseye-slim, 7.0.0, 7.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11
87+
7.0.0-alpine3.16-arm32v7, 7.0-alpine3.16-arm32v7, 7.0-alpine-arm32v7, 7.0.0-alpine3.16, 7.0-alpine3.16, 7.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.16/arm32v7/Dockerfile) | Alpine 3.16
88+
7.0.0-jammy-arm32v7, 7.0-jammy-arm32v7, 7.0.0-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04
89+
6.0.10-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.10-bullseye-slim, 6.0-bullseye-slim, 6.0.10, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11
9090
6.0.10-alpine3.16-arm32v7, 6.0-alpine3.16-arm32v7, 6.0-alpine-arm32v7, 6.0.10-alpine3.16, 6.0-alpine3.16, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.16/arm32v7/Dockerfile) | Alpine 3.16
9191
6.0.10-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.10-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04
9292
6.0.10-focal-arm32v7, 6.0-focal-arm32v7, 6.0.10-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04
@@ -98,27 +98,27 @@ Tags | Dockerfile | OS Version
9898
## Nano Server 2022 amd64 Tags
9999
Tag | Dockerfile
100100
---------| ---------------
101-
7.0.0-rc.2-nanoserver-ltsc2022, 7.0-nanoserver-ltsc2022, 7.0.0-rc.2, 7.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/nanoserver-ltsc2022/amd64/Dockerfile)
102-
6.0.10-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.10, 6.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile)
101+
7.0.0-nanoserver-ltsc2022, 7.0-nanoserver-ltsc2022, 7.0.0, 7.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/nanoserver-ltsc2022/amd64/Dockerfile)
102+
6.0.10-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.10, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile)
103103
3.1.30-nanoserver-ltsc2022, 3.1-nanoserver-ltsc2022, 3.1.30, 3.1 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/3.1/nanoserver-ltsc2022/amd64/Dockerfile)
104104

105105
## Windows Server Core 2022 amd64 Tags
106106
Tag | Dockerfile
107107
---------| ---------------
108-
7.0.0-rc.2-windowsservercore-ltsc2022, 7.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/windowsservercore-ltsc2022/amd64/Dockerfile)
108+
7.0.0-windowsservercore-ltsc2022, 7.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/windowsservercore-ltsc2022/amd64/Dockerfile)
109109
6.0.10-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2022/amd64/Dockerfile)
110110

111111
## Nano Server, version 1809 amd64 Tags
112112
Tag | Dockerfile
113113
---------| ---------------
114-
7.0.0-rc.2-nanoserver-1809, 7.0-nanoserver-1809, 7.0.0-rc.2, 7.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/nanoserver-1809/amd64/Dockerfile)
115-
6.0.10-nanoserver-1809, 6.0-nanoserver-1809, 6.0.10, 6.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile)
114+
7.0.0-nanoserver-1809, 7.0-nanoserver-1809, 7.0.0, 7.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/nanoserver-1809/amd64/Dockerfile)
115+
6.0.10-nanoserver-1809, 6.0-nanoserver-1809, 6.0.10, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile)
116116
3.1.30-nanoserver-1809, 3.1-nanoserver-1809, 3.1.30, 3.1 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/3.1/nanoserver-1809/amd64/Dockerfile)
117117

118118
## Windows Server Core 2019 amd64 Tags
119119
Tag | Dockerfile
120120
---------| ---------------
121-
7.0.0-rc.2-windowsservercore-ltsc2019, 7.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/windowsservercore-ltsc2019/amd64/Dockerfile)
121+
7.0.0-windowsservercore-ltsc2019, 7.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/windowsservercore-ltsc2019/amd64/Dockerfile)
122122
6.0.10-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2019/amd64/Dockerfile)
123123

124124
You can retrieve a list of all available tags for dotnet/aspnet at https://mcr.microsoft.com/v2/dotnet/aspnet/tags/list.

README.monitor.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Featured Tags
22

3-
* `7` (RC)
3+
* `7` (Standard Support)
44
* `docker pull mcr.microsoft.com/dotnet/monitor:7`
5-
* `6` (LTS)
5+
* `6` (Long-Term Support)
66
* `docker pull mcr.microsoft.com/dotnet/monitor:6`
77

88
# About
@@ -45,15 +45,15 @@ See the [documentation](https://go.microsoft.com/fwlink/?linkid=2158052) for how
4545
## Linux amd64 Tags
4646
Tags | Dockerfile | OS Version
4747
-----------| -------------| -------------
48-
7.0.0-rc.1-alpine-amd64, 7.0-alpine-amd64, 7-alpine-amd64, 7.0.0-rc.1-alpine, 7.0-alpine, 7-alpine, 7.0.0-rc.1, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/amd64/Dockerfile) | Alpine 3.16
49-
6.3.0-alpine-amd64, 6.3-alpine-amd64, 6-alpine-amd64, 6.3.0-alpine, 6.3-alpine, 6-alpine, 6.3.0, 6.3, 6, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.16
48+
7.0.0-alpine-amd64, 7.0-alpine-amd64, 7-alpine-amd64, 7.0.0-alpine, 7.0-alpine, 7-alpine, 7.0.0, 7.0, 7, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/amd64/Dockerfile) | Alpine 3.16
49+
6.3.0-alpine-amd64, 6.3-alpine-amd64, 6-alpine-amd64, 6.3.0-alpine, 6.3-alpine, 6-alpine, 6.3.0, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.16
5050
6.2.2-alpine-amd64, 6.2-alpine-amd64, 6.2.2-alpine, 6.2-alpine, 6.2.2, 6.2 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/amd64/Dockerfile) | Alpine 3.16
5151

5252
## Linux arm64 Tags
5353
Tags | Dockerfile | OS Version
5454
-----------| -------------| -------------
55-
7.0.0-rc.1-alpine-arm64v8, 7.0-alpine-arm64v8, 7-alpine-arm64v8, 7.0.0-rc.1-alpine, 7.0-alpine, 7-alpine, 7.0.0-rc.1, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/arm64v8/Dockerfile) | Alpine 3.16
56-
6.3.0-alpine-arm64v8, 6.3-alpine-arm64v8, 6-alpine-arm64v8, 6.3.0-alpine, 6.3-alpine, 6-alpine, 6.3.0, 6.3, 6, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.16
55+
7.0.0-alpine-arm64v8, 7.0-alpine-arm64v8, 7-alpine-arm64v8, 7.0.0-alpine, 7.0-alpine, 7-alpine, 7.0.0, 7.0, 7, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/arm64v8/Dockerfile) | Alpine 3.16
56+
6.3.0-alpine-arm64v8, 6.3-alpine-arm64v8, 6-alpine-arm64v8, 6.3.0-alpine, 6.3-alpine, 6-alpine, 6.3.0, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.16
5757
6.2.2-alpine-arm64v8, 6.2-alpine-arm64v8, 6.2.2-alpine, 6.2-alpine, 6.2.2, 6.2 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/arm64v8/Dockerfile) | Alpine 3.16
5858

5959
You can retrieve a list of all available tags for dotnet/monitor at https://mcr.microsoft.com/v2/dotnet/monitor/tags/list.

0 commit comments

Comments
 (0)