Skip to content

Commit a17c4b0

Browse files
committed
Updates for .NET 7.0 servicing
1 parent 14f298f commit a17c4b0

File tree

69 files changed

+317
-317
lines changed

Some content is hidden

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

69 files changed

+317
-317
lines changed

README.aspnet.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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-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.17-amd64, 7.0-alpine3.17-amd64, 7.0.0-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.17/amd64/Dockerfile) | Alpine 3.17
56-
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
57-
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
54+
7.0.1-bullseye-slim-amd64, 7.0-bullseye-slim-amd64, 7.0.1-bullseye-slim, 7.0-bullseye-slim, 7.0.1, 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.1-alpine3.17-amd64, 7.0-alpine3.17-amd64, 7.0.1-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.17/amd64/Dockerfile) | Alpine 3.17
56+
7.0.1-alpine3.16-amd64, 7.0-alpine3.16-amd64, 7.0-alpine-amd64, 7.0.1-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
57+
7.0.1-jammy-amd64, 7.0-jammy-amd64, 7.0.1-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/jammy/amd64/Dockerfile) | Ubuntu 22.04
5858
6.0.12-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.12-bullseye-slim, 6.0-bullseye-slim, 6.0.12, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11
5959
6.0.12-alpine3.17-amd64, 6.0-alpine3.17-amd64, 6.0.12-alpine3.17, 6.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.17/amd64/Dockerfile) | Alpine 3.17
6060
6.0.12-alpine3.16-amd64, 6.0-alpine3.16-amd64, 6.0-alpine-amd64, 6.0.12-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
@@ -69,10 +69,10 @@ Tags | Dockerfile | OS Version
6969
## Linux arm64 Tags
7070
Tags | Dockerfile | OS Version
7171
-----------| -------------| -------------
72-
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
73-
7.0.0-alpine3.17-arm64v8, 7.0-alpine3.17-arm64v8, 7.0.0-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.17/arm64v8/Dockerfile) | Alpine 3.17
74-
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
75-
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
72+
7.0.1-bullseye-slim-arm64v8, 7.0-bullseye-slim-arm64v8, 7.0.1-bullseye-slim, 7.0-bullseye-slim, 7.0.1, 7.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11
73+
7.0.1-alpine3.17-arm64v8, 7.0-alpine3.17-arm64v8, 7.0.1-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.17/arm64v8/Dockerfile) | Alpine 3.17
74+
7.0.1-alpine3.16-arm64v8, 7.0-alpine3.16-arm64v8, 7.0-alpine-arm64v8, 7.0.1-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
75+
7.0.1-jammy-arm64v8, 7.0-jammy-arm64v8, 7.0.1-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04
7676
6.0.12-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.12-bullseye-slim, 6.0-bullseye-slim, 6.0.12, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11
7777
6.0.12-alpine3.17-arm64v8, 6.0-alpine3.17-arm64v8, 6.0.12-alpine3.17, 6.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.17/arm64v8/Dockerfile) | Alpine 3.17
7878
6.0.12-alpine3.16-arm64v8, 6.0-alpine3.16-arm64v8, 6.0-alpine-arm64v8, 6.0.12-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
@@ -87,10 +87,10 @@ Tags | Dockerfile | OS Version
8787
## Linux arm32 Tags
8888
Tags | Dockerfile | OS Version
8989
-----------| -------------| -------------
90-
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
91-
7.0.0-alpine3.17-arm32v7, 7.0-alpine3.17-arm32v7, 7.0.0-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.17/arm32v7/Dockerfile) | Alpine 3.17
92-
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
93-
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
90+
7.0.1-bullseye-slim-arm32v7, 7.0-bullseye-slim-arm32v7, 7.0.1-bullseye-slim, 7.0-bullseye-slim, 7.0.1, 7.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11
91+
7.0.1-alpine3.17-arm32v7, 7.0-alpine3.17-arm32v7, 7.0.1-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/alpine3.17/arm32v7/Dockerfile) | Alpine 3.17
92+
7.0.1-alpine3.16-arm32v7, 7.0-alpine3.16-arm32v7, 7.0-alpine-arm32v7, 7.0.1-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
93+
7.0.1-jammy-arm32v7, 7.0-jammy-arm32v7, 7.0.1-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04
9494
6.0.12-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.12-bullseye-slim, 6.0-bullseye-slim, 6.0.12, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11
9595
6.0.12-alpine3.17-arm32v7, 6.0-alpine3.17-arm32v7, 6.0.12-alpine3.17, 6.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.17/arm32v7/Dockerfile) | Alpine 3.17
9696
6.0.12-alpine3.16-arm32v7, 6.0-alpine3.16-arm32v7, 6.0-alpine-arm32v7, 6.0.12-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
@@ -104,27 +104,27 @@ Tags | Dockerfile | OS Version
104104
## Nano Server 2022 amd64 Tags
105105
Tag | Dockerfile
106106
---------| ---------------
107-
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)
107+
7.0.1-nanoserver-ltsc2022, 7.0-nanoserver-ltsc2022, 7.0.1, 7.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/nanoserver-ltsc2022/amd64/Dockerfile)
108108
6.0.12-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.12, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile)
109109
3.1.32-nanoserver-ltsc2022, 3.1-nanoserver-ltsc2022, 3.1.32, 3.1 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/3.1/nanoserver-ltsc2022/amd64/Dockerfile)
110110

111111
## Windows Server Core 2022 amd64 Tags
112112
Tag | Dockerfile
113113
---------| ---------------
114-
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)
114+
7.0.1-windowsservercore-ltsc2022, 7.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/windowsservercore-ltsc2022/amd64/Dockerfile)
115115
6.0.12-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2022/amd64/Dockerfile)
116116

117117
## Nano Server, version 1809 amd64 Tags
118118
Tag | Dockerfile
119119
---------| ---------------
120-
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)
120+
7.0.1-nanoserver-1809, 7.0-nanoserver-1809, 7.0.1, 7.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/nanoserver-1809/amd64/Dockerfile)
121121
6.0.12-nanoserver-1809, 6.0-nanoserver-1809, 6.0.12, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile)
122122
3.1.32-nanoserver-1809, 3.1-nanoserver-1809, 3.1.32, 3.1 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/3.1/nanoserver-1809/amd64/Dockerfile)
123123

124124
## Windows Server Core 2019 amd64 Tags
125125
Tag | Dockerfile
126126
---------| ---------------
127-
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)
127+
7.0.1-windowsservercore-ltsc2019, 7.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/7.0/windowsservercore-ltsc2019/amd64/Dockerfile)
128128
6.0.12-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2019/amd64/Dockerfile)
129129

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

README.runtime-deps.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samp
3939
## Linux amd64 Tags
4040
Tags | Dockerfile | OS Version
4141
-----------| -------------| -------------
42-
7.0.0-bullseye-slim-amd64, 7.0-bullseye-slim-amd64, 7.0.0, 7.0.0-bullseye-slim, 7.0, 7.0-bullseye-slim, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/bullseye-slim/amd64/Dockerfile) | Debian 11
43-
7.0.0-alpine3.17-amd64, 7.0-alpine3.17-amd64, 7.0.0-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.17/amd64/Dockerfile) | Alpine 3.17
44-
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/runtime-deps/3.1/alpine3.16/amd64/Dockerfile) | Alpine 3.16
45-
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/runtime-deps/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04
42+
7.0.1-bullseye-slim-amd64, 7.0-bullseye-slim-amd64, 7.0.1, 7.0.1-bullseye-slim, 7.0, 7.0-bullseye-slim, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/bullseye-slim/amd64/Dockerfile) | Debian 11
43+
7.0.1-alpine3.17-amd64, 7.0-alpine3.17-amd64, 7.0.1-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.17/amd64/Dockerfile) | Alpine 3.17
44+
7.0.1-alpine3.16-amd64, 7.0-alpine3.16-amd64, 7.0-alpine-amd64, 7.0.1-alpine3.16, 7.0-alpine3.16, 7.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/alpine3.16/amd64/Dockerfile) | Alpine 3.16
45+
7.0.1-jammy-amd64, 7.0-jammy-amd64, 7.0.1-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04
4646
6.0.12-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.12, 6.0.12-bullseye-slim, 6.0, 6.0-bullseye-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/bullseye-slim/amd64/Dockerfile) | Debian 11
4747
6.0.12-alpine3.17-amd64, 6.0-alpine3.17-amd64, 6.0.12-alpine3.17, 6.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.17/amd64/Dockerfile) | Alpine 3.17
4848
6.0.12-alpine3.16-amd64, 6.0-alpine3.16-amd64, 6.0-alpine-amd64, 6.0.12-alpine3.16, 6.0-alpine3.16, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/alpine3.16/amd64/Dockerfile) | Alpine 3.16
@@ -57,10 +57,10 @@ Tags | Dockerfile | OS Version
5757
## Linux arm64 Tags
5858
Tags | Dockerfile | OS Version
5959
-----------| -------------| -------------
60-
7.0.0-bullseye-slim-arm64v8, 7.0-bullseye-slim-arm64v8, 7.0.0, 7.0.0-bullseye-slim, 7.0, 7.0-bullseye-slim, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/bullseye-slim/arm64v8/Dockerfile) | Debian 11
61-
7.0.0-alpine3.17-arm64v8, 7.0-alpine3.17-arm64v8, 7.0.0-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.17/arm64v8/Dockerfile) | Alpine 3.17
62-
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/runtime-deps/3.1/alpine3.16/arm64v8/Dockerfile) | Alpine 3.16
63-
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/runtime-deps/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04
60+
7.0.1-bullseye-slim-arm64v8, 7.0-bullseye-slim-arm64v8, 7.0.1, 7.0.1-bullseye-slim, 7.0, 7.0-bullseye-slim, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/bullseye-slim/arm64v8/Dockerfile) | Debian 11
61+
7.0.1-alpine3.17-arm64v8, 7.0-alpine3.17-arm64v8, 7.0.1-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.17/arm64v8/Dockerfile) | Alpine 3.17
62+
7.0.1-alpine3.16-arm64v8, 7.0-alpine3.16-arm64v8, 7.0-alpine-arm64v8, 7.0.1-alpine3.16, 7.0-alpine3.16, 7.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/alpine3.16/arm64v8/Dockerfile) | Alpine 3.16
63+
7.0.1-jammy-arm64v8, 7.0-jammy-arm64v8, 7.0.1-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04
6464
6.0.12-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.12, 6.0.12-bullseye-slim, 6.0, 6.0-bullseye-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/bullseye-slim/arm64v8/Dockerfile) | Debian 11
6565
6.0.12-alpine3.17-arm64v8, 6.0-alpine3.17-arm64v8, 6.0.12-alpine3.17, 6.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.17/arm64v8/Dockerfile) | Alpine 3.17
6666
6.0.12-alpine3.16-arm64v8, 6.0-alpine3.16-arm64v8, 6.0-alpine-arm64v8, 6.0.12-alpine3.16, 6.0-alpine3.16, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/alpine3.16/arm64v8/Dockerfile) | Alpine 3.16
@@ -75,10 +75,10 @@ Tags | Dockerfile | OS Version
7575
## Linux arm32 Tags
7676
Tags | Dockerfile | OS Version
7777
-----------| -------------| -------------
78-
7.0.0-bullseye-slim-arm32v7, 7.0-bullseye-slim-arm32v7, 7.0.0, 7.0.0-bullseye-slim, 7.0, 7.0-bullseye-slim, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/bullseye-slim/arm32v7/Dockerfile) | Debian 11
79-
7.0.0-alpine3.17-arm32v7, 7.0-alpine3.17-arm32v7, 7.0.0-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.17/arm32v7/Dockerfile) | Alpine 3.17
80-
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/runtime-deps/6.0/alpine3.16/arm32v7/Dockerfile) | Alpine 3.16
81-
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/runtime-deps/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04
78+
7.0.1-bullseye-slim-arm32v7, 7.0-bullseye-slim-arm32v7, 7.0.1, 7.0.1-bullseye-slim, 7.0, 7.0-bullseye-slim, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/bullseye-slim/arm32v7/Dockerfile) | Debian 11
79+
7.0.1-alpine3.17-arm32v7, 7.0-alpine3.17-arm32v7, 7.0.1-alpine3.17, 7.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.17/arm32v7/Dockerfile) | Alpine 3.17
80+
7.0.1-alpine3.16-arm32v7, 7.0-alpine3.16-arm32v7, 7.0-alpine-arm32v7, 7.0.1-alpine3.16, 7.0-alpine3.16, 7.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.16/arm32v7/Dockerfile) | Alpine 3.16
81+
7.0.1-jammy-arm32v7, 7.0-jammy-arm32v7, 7.0.1-jammy, 7.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04
8282
6.0.12-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.12, 6.0.12-bullseye-slim, 6.0, 6.0-bullseye-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/3.1/bullseye-slim/arm32v7/Dockerfile) | Debian 11
8383
6.0.12-alpine3.17-arm32v7, 6.0-alpine3.17-arm32v7, 6.0.12-alpine3.17, 6.0-alpine3.17 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.17/arm32v7/Dockerfile) | Alpine 3.17
8484
6.0.12-alpine3.16-arm32v7, 6.0-alpine3.16-arm32v7, 6.0-alpine-arm32v7, 6.0.12-alpine3.16, 6.0-alpine3.16, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.16/arm32v7/Dockerfile) | Alpine 3.16

0 commit comments

Comments
 (0)