Update linux compatibility paragraph (#9371)
* Update linux compatibility paragraph * Remove Apple lifecycle links * Regenerate MD files * Remove Apple lifecycle section
This commit is contained in:
@@ -39,7 +39,6 @@
|
|||||||
"id": "ios",
|
"id": "ios",
|
||||||
"name": "iOS",
|
"name": "iOS",
|
||||||
"link": "https://developer.apple.com/ios/",
|
"link": "https://developer.apple.com/ios/",
|
||||||
"lifecycle": "https://support.apple.com/ios/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
@@ -59,7 +58,6 @@
|
|||||||
"id": "ipados",
|
"id": "ipados",
|
||||||
"name": "iPadOS",
|
"name": "iPadOS",
|
||||||
"link": "https://developer.apple.com/ipados/",
|
"link": "https://developer.apple.com/ipados/",
|
||||||
"lifecycle": "https://support.apple.com/ipados/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
@@ -76,7 +74,6 @@
|
|||||||
"id": "macos",
|
"id": "macos",
|
||||||
"name": "macOS",
|
"name": "macOS",
|
||||||
"link": "https://developer.apple.com/macos/",
|
"link": "https://developer.apple.com/macos/",
|
||||||
"lifecycle": "https://support.apple.com/macos/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64",
|
"Arm64",
|
||||||
"x64"
|
"x64"
|
||||||
@@ -100,7 +97,6 @@
|
|||||||
"id": "tvos",
|
"id": "tvos",
|
||||||
"name": "tvOS",
|
"name": "tvOS",
|
||||||
"link": "https://developer.apple.com/tvos/",
|
"link": "https://developer.apple.com/tvos/",
|
||||||
"lifecycle": "https://support.apple.com/apple-tv/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ Notes:
|
|||||||
|
|
||||||
## Apple
|
## Apple
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|
|
||||||
[iOS][2] | 17, 16, 15 | Arm64 | [Lifecycle][3] |
|
[iOS][2] | 17, 16, 15 | Arm64 |
|
||||||
[iPadOS][4] | 17, 16, 15 | Arm64 | [Lifecycle][5] |
|
[iPadOS][3] | 17, 16, 15 | Arm64 |
|
||||||
[macOS][6] | 14, 13, 12 | Arm64, x64 | [Lifecycle][7] |
|
[macOS][4] | 14, 13, 12 | Arm64, x64 |
|
||||||
[tvOS][8] | 17, 16, 15 | Arm64 | [Lifecycle][9] |
|
[tvOS][5] | 17, 16, 15 | Arm64 |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@@ -34,71 +34,67 @@ Notes:
|
|||||||
* macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
|
* macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
|
||||||
|
|
||||||
[2]: https://developer.apple.com/ios/
|
[2]: https://developer.apple.com/ios/
|
||||||
[3]: https://support.apple.com/ios/
|
[3]: https://developer.apple.com/ipados/
|
||||||
[4]: https://developer.apple.com/ipados/
|
[4]: https://developer.apple.com/macos/
|
||||||
[5]: https://support.apple.com/ipados/
|
[5]: https://developer.apple.com/tvos/
|
||||||
[6]: https://developer.apple.com/macos/
|
|
||||||
[7]: https://support.apple.com/macos/
|
|
||||||
[8]: https://developer.apple.com/tvos/
|
|
||||||
[9]: https://support.apple.com/apple-tv/
|
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures | Lifecycle |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|--------------------|
|
||||||
[Alpine][10] | 3.20, 3.19, 3.18, 3.17 | Arm32, Arm64, x64 | [Lifecycle][11] |
|
[Alpine][6] | 3.20, 3.19, 3.18, 3.17 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
||||||
[Debian][12] | 12, 11 | Arm32, Arm64, x64 | [Lifecycle][13] |
|
[Debian][8] | 12, 11 | Arm32, Arm64, x64 | [Lifecycle][9] |
|
||||||
[Fedora][14] | 40, 39 | Arm32, Arm64, x64 | [Lifecycle][15] |
|
[Fedora][10] | 40, 39 | Arm32, Arm64, x64 | [Lifecycle][11] |
|
||||||
[openSUSE Leap][16] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][17] |
|
[openSUSE Leap][12] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][13] |
|
||||||
[Red Hat Enterprise Linux][18] | 9, 8, 7 | Arm64, x64 | [Lifecycle][19] |
|
[Red Hat Enterprise Linux][14] | 9, 8, 7 | Arm64, x64 | [Lifecycle][15] |
|
||||||
[SUSE Enterprise Linux][20] | 15.5, 12.5 | Arm64, x64 | [Lifecycle][21] |
|
[SUSE Enterprise Linux][16] | 15.5, 12.5 | Arm64, x64 | [Lifecycle][17] |
|
||||||
[Ubuntu][22] | 24.04, 23.10, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][23] |
|
[Ubuntu][18] | 24.04, 23.10, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][19] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
* Red Hat Enterprise Linux: Red Hat family distributions are supported per [Linux compatibility and support](../../linux-support.md).
|
* Red Hat Enterprise Linux: Red Hat family distributions are supported per [Linux compatibility and support](../../linux-support.md).
|
||||||
|
|
||||||
[10]: https://alpinelinux.org/
|
[6]: https://alpinelinux.org/
|
||||||
[11]: https://alpinelinux.org/releases/
|
[7]: https://alpinelinux.org/releases/
|
||||||
[12]: https://www.debian.org/
|
[8]: https://www.debian.org/
|
||||||
[13]: https://wiki.debian.org/DebianReleases
|
[9]: https://wiki.debian.org/DebianReleases
|
||||||
[14]: https://fedoraproject.org/
|
[10]: https://fedoraproject.org/
|
||||||
[15]: https://fedoraproject.org/wiki/End_of_life
|
[11]: https://fedoraproject.org/wiki/End_of_life
|
||||||
[16]: https://www.opensuse.org/
|
[12]: https://www.opensuse.org/
|
||||||
[17]: https://en.opensuse.org/Lifetime
|
[13]: https://en.opensuse.org/Lifetime
|
||||||
[18]: https://access.redhat.com/
|
[14]: https://access.redhat.com/
|
||||||
[19]: https://access.redhat.com/support/policy/updates/errata/
|
[15]: https://access.redhat.com/support/policy/updates/errata/
|
||||||
[20]: https://www.suse.com/
|
[16]: https://www.suse.com/
|
||||||
[21]: https://www.suse.com/lifecycle/
|
[17]: https://www.suse.com/lifecycle/
|
||||||
[22]: https://ubuntu.com/
|
[18]: https://ubuntu.com/
|
||||||
[23]: https://wiki.ubuntu.com/Releases
|
[19]: https://wiki.ubuntu.com/Releases
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures | Lifecycle |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|--------------------|
|
||||||
[Nano Server][24] | 2022, 2019 | x64 | [Lifecycle][25] |
|
[Nano Server][20] | 2022, 2019 | x64 | [Lifecycle][21] |
|
||||||
[Windows][26] | 11 23H2, 11 22H2, 10 22H2, 11 21H2 (E), 10 21H2 (E), 10 21H2 (IoT), 10 20H2 (E), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][27] |
|
[Windows][22] | 11 23H2, 11 22H2, 10 22H2, 11 21H2 (E), 10 21H2 (E), 10 21H2 (IoT), 10 20H2 (E), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][23] |
|
||||||
[Windows Server][28] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][29] |
|
[Windows Server][24] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][25] |
|
||||||
[Windows Server Core][30] | 23H2, 2022, 2019, 2016, 2012 | x64, x86 | [Lifecycle][31] |
|
[Windows Server Core][26] | 23H2, 2022, 2019, 2016, 2012 | x64, x86 | [Lifecycle][27] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
* Windows: The x64 emulator is supported on Windows 11 Arm64.
|
* Windows: The x64 emulator is supported on Windows 11 Arm64.
|
||||||
* Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).
|
* Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).
|
||||||
|
|
||||||
[24]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
[20]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
||||||
|
[21]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
|
[22]: https://www.microsoft.com/windows/
|
||||||
|
[23]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
|
||||||
|
[24]: https://www.microsoft.com/windows-server
|
||||||
[25]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
[25]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
[26]: https://www.microsoft.com/windows/
|
[26]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
||||||
[27]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
|
[27]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
[28]: https://www.microsoft.com/windows-server
|
|
||||||
[29]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
|
||||||
[30]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
|
||||||
[31]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
|
||||||
|
|
||||||
## Linux compatibility
|
## Linux compatibility
|
||||||
|
|
||||||
Microsoft-provided [portable](../../linux-support.md) Linux builds define [minimum compatibility](/linux-support.md) primarily via libc version.
|
Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version.
|
||||||
|
|
||||||
Libc | Version | Architectures | Source |
|
Libc | Version | Architectures | Source |
|
||||||
-------------------------|----------|--------------------|--------------------|
|
-------------------------|----------|--------------------|--------------------|
|
||||||
@@ -116,7 +112,7 @@ Note: Microsoft-provided portable Arm32 glibc builds are supported on distro ver
|
|||||||
|
|
||||||
Support for the following operating system versions has ended.
|
Support for the following operating system versions has ended.
|
||||||
|
|
||||||
OS | Version | End of Life |
|
OS | Version | Date |
|
||||||
--------------------------------|------------------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|
|
||||||
Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) |
|
Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) |
|
||||||
Alpine | 3.15 | [2023-11-01](https://alpinelinux.org/posts/Alpine-3.15.10-3.16.7-3.17.5-3.18.3-released.html) |
|
Alpine | 3.15 | [2023-11-01](https://alpinelinux.org/posts/Alpine-3.15.10-3.16.7-3.17.5-3.18.3-released.html) |
|
||||||
|
|||||||
@@ -38,7 +38,6 @@
|
|||||||
"id": "ios",
|
"id": "ios",
|
||||||
"name": "iOS",
|
"name": "iOS",
|
||||||
"link": "https://developer.apple.com/ios/",
|
"link": "https://developer.apple.com/ios/",
|
||||||
"lifecycle": "https://support.apple.com/ios/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
@@ -58,7 +57,6 @@
|
|||||||
"id": "ipados",
|
"id": "ipados",
|
||||||
"name": "iPadOS",
|
"name": "iPadOS",
|
||||||
"link": "https://developer.apple.com/ipados/",
|
"link": "https://developer.apple.com/ipados/",
|
||||||
"lifecycle": "https://support.apple.com/ipados/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
@@ -75,7 +73,6 @@
|
|||||||
"id": "macos",
|
"id": "macos",
|
||||||
"name": "macOS",
|
"name": "macOS",
|
||||||
"link": "https://developer.apple.com/macos/",
|
"link": "https://developer.apple.com/macos/",
|
||||||
"lifecycle": "https://support.apple.com/macos/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64",
|
"Arm64",
|
||||||
"x64"
|
"x64"
|
||||||
@@ -99,7 +96,6 @@
|
|||||||
"id": "tvos",
|
"id": "tvos",
|
||||||
"name": "tvOS",
|
"name": "tvOS",
|
||||||
"link": "https://developer.apple.com/tvos/",
|
"link": "https://developer.apple.com/tvos/",
|
||||||
"lifecycle": "https://support.apple.com/apple-tv/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ Notes:
|
|||||||
|
|
||||||
## Apple
|
## Apple
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|
|
||||||
[iOS][2] | 17, 16, 15 | Arm64 | [Lifecycle][3] |
|
[iOS][2] | 17, 16, 15 | Arm64 |
|
||||||
[iPadOS][4] | 17, 16, 15 | Arm64 | [Lifecycle][5] |
|
[iPadOS][3] | 17, 16, 15 | Arm64 |
|
||||||
[macOS][6] | 14, 13, 12 | Arm64, x64 | [Lifecycle][7] |
|
[macOS][4] | 14, 13, 12 | Arm64, x64 |
|
||||||
[tvOS][8] | | Arm64 | [Lifecycle][9] |
|
[tvOS][5] | | Arm64 |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@@ -34,71 +34,67 @@ Notes:
|
|||||||
* macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
|
* macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
|
||||||
|
|
||||||
[2]: https://developer.apple.com/ios/
|
[2]: https://developer.apple.com/ios/
|
||||||
[3]: https://support.apple.com/ios/
|
[3]: https://developer.apple.com/ipados/
|
||||||
[4]: https://developer.apple.com/ipados/
|
[4]: https://developer.apple.com/macos/
|
||||||
[5]: https://support.apple.com/ipados/
|
[5]: https://developer.apple.com/tvos/
|
||||||
[6]: https://developer.apple.com/macos/
|
|
||||||
[7]: https://support.apple.com/macos/
|
|
||||||
[8]: https://developer.apple.com/tvos/
|
|
||||||
[9]: https://support.apple.com/apple-tv/
|
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures | Lifecycle |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|--------------------|
|
||||||
[Alpine][10] | 3.20, 3.19, 3.18, 3.17 | Arm32, Arm64, x64 | [Lifecycle][11] |
|
[Alpine][6] | 3.20, 3.19, 3.18, 3.17 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
||||||
[Debian][12] | 12, 11 | Arm32, Arm64, x64 | [Lifecycle][13] |
|
[Debian][8] | 12, 11 | Arm32, Arm64, x64 | [Lifecycle][9] |
|
||||||
[Fedora][14] | 40, 39 | Arm32, Arm64, x64 | [Lifecycle][15] |
|
[Fedora][10] | 40, 39 | Arm32, Arm64, x64 | [Lifecycle][11] |
|
||||||
[openSUSE Leap][16] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][17] |
|
[openSUSE Leap][12] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][13] |
|
||||||
[Red Hat Enterprise Linux][18] | 9, 8, 7 | Arm64, x64 | [Lifecycle][19] |
|
[Red Hat Enterprise Linux][14] | 9, 8, 7 | Arm64, x64 | [Lifecycle][15] |
|
||||||
[SUSE Enterprise Linux][20] | 15.5, 15.4 | Arm64, x64 | [Lifecycle][21] |
|
[SUSE Enterprise Linux][16] | 15.5, 15.4 | Arm64, x64 | [Lifecycle][17] |
|
||||||
[Ubuntu][22] | 24.04, 23.10, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][23] |
|
[Ubuntu][18] | 24.04, 23.10, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][19] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
* Red Hat Enterprise Linux: Red Hat family distributions are supported per [Linux compatibility and support](../../linux-support.md).
|
* Red Hat Enterprise Linux: Red Hat family distributions are supported per [Linux compatibility and support](../../linux-support.md).
|
||||||
|
|
||||||
[10]: https://alpinelinux.org/
|
[6]: https://alpinelinux.org/
|
||||||
[11]: https://alpinelinux.org/releases/
|
[7]: https://alpinelinux.org/releases/
|
||||||
[12]: https://www.debian.org/
|
[8]: https://www.debian.org/
|
||||||
[13]: https://wiki.debian.org/DebianReleases
|
[9]: https://wiki.debian.org/DebianReleases
|
||||||
[14]: https://fedoraproject.org/
|
[10]: https://fedoraproject.org/
|
||||||
[15]: https://fedoraproject.org/wiki/End_of_life
|
[11]: https://fedoraproject.org/wiki/End_of_life
|
||||||
[16]: https://www.opensuse.org/
|
[12]: https://www.opensuse.org/
|
||||||
[17]: https://en.opensuse.org/Lifetime
|
[13]: https://en.opensuse.org/Lifetime
|
||||||
[18]: https://access.redhat.com/
|
[14]: https://access.redhat.com/
|
||||||
[19]: https://access.redhat.com/support/policy/updates/errata/
|
[15]: https://access.redhat.com/support/policy/updates/errata/
|
||||||
[20]: https://www.suse.com/
|
[16]: https://www.suse.com/
|
||||||
[21]: https://www.suse.com/lifecycle/
|
[17]: https://www.suse.com/lifecycle/
|
||||||
[22]: https://ubuntu.com/
|
[18]: https://ubuntu.com/
|
||||||
[23]: https://wiki.ubuntu.com/Releases
|
[19]: https://wiki.ubuntu.com/Releases
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures | Lifecycle |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|--------------------|
|
||||||
[Nano Server][24] | 2022, 2019 | x64 | [Lifecycle][25] |
|
[Nano Server][20] | 2022, 2019 | x64 | [Lifecycle][21] |
|
||||||
[Windows][26] | 11 23H2, 10 22H2, 11 22H2, 10 21H2 (E), 10 21H2 (IoT), 11 21H2 (E), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][27] |
|
[Windows][22] | 11 23H2, 10 22H2, 11 22H2, 10 21H2 (E), 10 21H2 (IoT), 11 21H2 (E), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][23] |
|
||||||
[Windows Server][28] | 23H2, 2022, 2019, 2016 | x64, x86 | [Lifecycle][29] |
|
[Windows Server][24] | 23H2, 2022, 2019, 2016 | x64, x86 | [Lifecycle][25] |
|
||||||
[Windows Server Core][30] | 2022, 2019, 2016 | x64, x86 | [Lifecycle][31] |
|
[Windows Server Core][26] | 2022, 2019, 2016 | x64, x86 | [Lifecycle][27] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
* Windows: The x64 emulator is supported on Windows 11 Arm64.
|
* Windows: The x64 emulator is supported on Windows 11 Arm64.
|
||||||
* Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).
|
* Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).
|
||||||
|
|
||||||
[24]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
[20]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
||||||
|
[21]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
|
[22]: https://www.microsoft.com/windows/
|
||||||
|
[23]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
|
||||||
|
[24]: https://www.microsoft.com/windows-server
|
||||||
[25]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
[25]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
[26]: https://www.microsoft.com/windows/
|
[26]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
||||||
[27]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
|
[27]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
[28]: https://www.microsoft.com/windows-server
|
|
||||||
[29]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
|
||||||
[30]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
|
||||||
[31]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
|
||||||
|
|
||||||
## Linux compatibility
|
## Linux compatibility
|
||||||
|
|
||||||
Microsoft-provided [portable](../../linux-support.md) Linux builds define [minimum compatibility](/linux-support.md) primarily via libc version.
|
Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version.
|
||||||
|
|
||||||
Libc | Version | Architectures | Source |
|
Libc | Version | Architectures | Source |
|
||||||
-------------------------|----------|--------------------|--------------------|
|
-------------------------|----------|--------------------|--------------------|
|
||||||
@@ -117,7 +113,7 @@ Note: Microsoft-provided portable Arm32 glibc builds are supported on distro ver
|
|||||||
|
|
||||||
Support for the following operating system versions has ended.
|
Support for the following operating system versions has ended.
|
||||||
|
|
||||||
OS | Version | End of Life |
|
OS | Version | Date |
|
||||||
--------------------------------|------------------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|
|
||||||
Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) |
|
Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) |
|
||||||
Alpine | 3.15 | [2023-11-01](https://alpinelinux.org/posts/Alpine-3.15.10-3.16.7-3.17.5-3.18.3-released.html) |
|
Alpine | 3.15 | [2023-11-01](https://alpinelinux.org/posts/Alpine-3.15.10-3.16.7-3.17.5-3.18.3-released.html) |
|
||||||
|
|||||||
@@ -37,7 +37,6 @@
|
|||||||
"id": "ios",
|
"id": "ios",
|
||||||
"name": "iOS",
|
"name": "iOS",
|
||||||
"link": "https://developer.apple.com/ios/",
|
"link": "https://developer.apple.com/ios/",
|
||||||
"lifecycle": "https://support.apple.com/ios/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
@@ -54,7 +53,6 @@
|
|||||||
"id": "ipados",
|
"id": "ipados",
|
||||||
"name": "iPadOS",
|
"name": "iPadOS",
|
||||||
"link": "https://developer.apple.com/ipados/",
|
"link": "https://developer.apple.com/ipados/",
|
||||||
"lifecycle": "https://support.apple.com/ipados/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
@@ -68,7 +66,6 @@
|
|||||||
"id": "macos",
|
"id": "macos",
|
||||||
"name": "macOS",
|
"name": "macOS",
|
||||||
"link": "https://developer.apple.com/macos/",
|
"link": "https://developer.apple.com/macos/",
|
||||||
"lifecycle": "https://support.apple.com/macos/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64",
|
"Arm64",
|
||||||
"x64"
|
"x64"
|
||||||
@@ -88,7 +85,6 @@
|
|||||||
"id": "tvos",
|
"id": "tvos",
|
||||||
"name": "tvOS",
|
"name": "tvOS",
|
||||||
"link": "https://developer.apple.com/tvos/",
|
"link": "https://developer.apple.com/tvos/",
|
||||||
"lifecycle": "https://support.apple.com/apple-tv/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ Notes:
|
|||||||
|
|
||||||
## Apple
|
## Apple
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|
|
||||||
[iOS][2] | 17, 16, 15 | Arm64 | [Lifecycle][3] |
|
[iOS][2] | 17, 16, 15 | Arm64 |
|
||||||
[iPadOS][4] | 17, 16, 15 | Arm64 | [Lifecycle][5] |
|
[iPadOS][3] | 17, 16, 15 | Arm64 |
|
||||||
[macOS][6] | 14, 13, 12 | Arm64, x64 | [Lifecycle][7] |
|
[macOS][4] | 14, 13, 12 | Arm64, x64 |
|
||||||
[tvOS][8] | 17, 16, 15, 14, 13, 12.2 | Arm64 | [Lifecycle][9] |
|
[tvOS][5] | 17, 16, 15, 14, 13, 12.2 | Arm64 |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@@ -34,71 +34,67 @@ Notes:
|
|||||||
* macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
|
* macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
|
||||||
|
|
||||||
[2]: https://developer.apple.com/ios/
|
[2]: https://developer.apple.com/ios/
|
||||||
[3]: https://support.apple.com/ios/
|
[3]: https://developer.apple.com/ipados/
|
||||||
[4]: https://developer.apple.com/ipados/
|
[4]: https://developer.apple.com/macos/
|
||||||
[5]: https://support.apple.com/ipados/
|
[5]: https://developer.apple.com/tvos/
|
||||||
[6]: https://developer.apple.com/macos/
|
|
||||||
[7]: https://support.apple.com/macos/
|
|
||||||
[8]: https://developer.apple.com/tvos/
|
|
||||||
[9]: https://support.apple.com/apple-tv/
|
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures | Lifecycle |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|--------------------|
|
||||||
[Alpine][10] | 3.20, 3.19, 3.18, 3.17 | Arm32, Arm64, x64 | [Lifecycle][11] |
|
[Alpine][6] | 3.20, 3.19, 3.18, 3.17 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
||||||
[Debian][12] | 12, 11 | Arm32, Arm64, x64 | [Lifecycle][13] |
|
[Debian][8] | 12, 11 | Arm32, Arm64, x64 | [Lifecycle][9] |
|
||||||
[Fedora][14] | 40, 39 | Arm32, Arm64, x64 | [Lifecycle][15] |
|
[Fedora][10] | 40, 39 | Arm32, Arm64, x64 | [Lifecycle][11] |
|
||||||
[openSUSE Leap][16] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][17] |
|
[openSUSE Leap][12] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][13] |
|
||||||
[Red Hat Enterprise Linux][18] | 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][19] |
|
[Red Hat Enterprise Linux][14] | 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][15] |
|
||||||
[SUSE Enterprise Linux][20] | 15.5 | Arm64, x64 | [Lifecycle][21] |
|
[SUSE Enterprise Linux][16] | 15.5 | Arm64, x64 | [Lifecycle][17] |
|
||||||
[Ubuntu][22] | 24.04, 23.10, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][23] |
|
[Ubuntu][18] | 24.04, 23.10, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][19] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
* Red Hat Enterprise Linux: Red Hat family distributions are supported per [Linux compatibility and support](../../linux-support.md).
|
* Red Hat Enterprise Linux: Red Hat family distributions are supported per [Linux compatibility and support](../../linux-support.md).
|
||||||
|
|
||||||
[10]: https://alpinelinux.org/
|
[6]: https://alpinelinux.org/
|
||||||
[11]: https://alpinelinux.org/releases/
|
[7]: https://alpinelinux.org/releases/
|
||||||
[12]: https://www.debian.org/
|
[8]: https://www.debian.org/
|
||||||
[13]: https://wiki.debian.org/DebianReleases
|
[9]: https://wiki.debian.org/DebianReleases
|
||||||
[14]: https://fedoraproject.org/
|
[10]: https://fedoraproject.org/
|
||||||
[15]: https://fedoraproject.org/wiki/End_of_life
|
[11]: https://fedoraproject.org/wiki/End_of_life
|
||||||
[16]: https://www.opensuse.org/
|
[12]: https://www.opensuse.org/
|
||||||
[17]: https://en.opensuse.org/Lifetime
|
[13]: https://en.opensuse.org/Lifetime
|
||||||
[18]: https://access.redhat.com/
|
[14]: https://access.redhat.com/
|
||||||
[19]: https://access.redhat.com/support/policy/updates/errata/
|
[15]: https://access.redhat.com/support/policy/updates/errata/
|
||||||
[20]: https://www.suse.com/
|
[16]: https://www.suse.com/
|
||||||
[21]: https://www.suse.com/lifecycle/
|
[17]: https://www.suse.com/lifecycle/
|
||||||
[22]: https://ubuntu.com/
|
[18]: https://ubuntu.com/
|
||||||
[23]: https://wiki.ubuntu.com/Releases
|
[19]: https://wiki.ubuntu.com/Releases
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures | Lifecycle |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|--------------------|
|
||||||
[Nano Server][24] | 2022, 2019 | x64 | [Lifecycle][25] |
|
[Nano Server][20] | 2022, 2019 | x64 | [Lifecycle][21] |
|
||||||
[Windows][26] | 11 23H2, 11 22H2, 10 22H2, 11 21H2 (E), 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][27] |
|
[Windows][22] | 11 23H2, 11 22H2, 10 22H2, 11 21H2 (E), 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][23] |
|
||||||
[Windows Server][28] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][29] |
|
[Windows Server][24] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][25] |
|
||||||
[Windows Server Core][30] | 23H2, 2022, 2019, 2016, 2012 | x64, x86 | [Lifecycle][31] |
|
[Windows Server Core][26] | 23H2, 2022, 2019, 2016, 2012 | x64, x86 | [Lifecycle][27] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
* Windows: The x64 emulator is supported on Windows 11 Arm64.
|
* Windows: The x64 emulator is supported on Windows 11 Arm64.
|
||||||
* Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).
|
* Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).
|
||||||
|
|
||||||
[24]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
[20]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
||||||
|
[21]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
|
[22]: https://www.microsoft.com/windows/
|
||||||
|
[23]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
|
||||||
|
[24]: https://www.microsoft.com/windows-server
|
||||||
[25]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
[25]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
[26]: https://www.microsoft.com/windows/
|
[26]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
||||||
[27]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
|
[27]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
[28]: https://www.microsoft.com/windows-server
|
|
||||||
[29]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
|
||||||
[30]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
|
||||||
[31]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
|
||||||
|
|
||||||
## Linux compatibility
|
## Linux compatibility
|
||||||
|
|
||||||
Microsoft-provided [portable](../../linux-support.md) Linux builds define [minimum compatibility](/linux-support.md) primarily via libc version.
|
Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version.
|
||||||
|
|
||||||
Libc | Version | Architectures | Source |
|
Libc | Version | Architectures | Source |
|
||||||
-------------------------|----------|--------------------|--------------------|
|
-------------------------|----------|--------------------|--------------------|
|
||||||
@@ -116,7 +112,7 @@ Note: Microsoft-provided portable Arm32 glibc builds are supported on distro ver
|
|||||||
|
|
||||||
Support for the following operating system versions has ended.
|
Support for the following operating system versions has ended.
|
||||||
|
|
||||||
OS | Version | End of Life |
|
OS | Version | Date |
|
||||||
--------------------------------|------------------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|
|
||||||
Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) |
|
Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) |
|
||||||
Android | 11 | 2024-02-05 |
|
Android | 11 | 2024-02-05 |
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
"id": "ios",
|
"id": "ios",
|
||||||
"name": "iOS",
|
"name": "iOS",
|
||||||
"link": "https://developer.apple.com/ios/",
|
"link": "https://developer.apple.com/ios/",
|
||||||
"lifecycle": "https://support.apple.com/ios/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
@@ -51,7 +50,6 @@
|
|||||||
"id": "ipados",
|
"id": "ipados",
|
||||||
"name": "iPadOS",
|
"name": "iPadOS",
|
||||||
"link": "https://developer.apple.com/ipados/",
|
"link": "https://developer.apple.com/ipados/",
|
||||||
"lifecycle": "https://support.apple.com/ipados/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
@@ -65,7 +63,6 @@
|
|||||||
"id": "macos",
|
"id": "macos",
|
||||||
"name": "macOS",
|
"name": "macOS",
|
||||||
"link": "https://developer.apple.com/macos/",
|
"link": "https://developer.apple.com/macos/",
|
||||||
"lifecycle": "https://support.apple.com/macos/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64",
|
"Arm64",
|
||||||
"x64"
|
"x64"
|
||||||
@@ -85,7 +82,6 @@
|
|||||||
"id": "tvos",
|
"id": "tvos",
|
||||||
"name": "tvOS",
|
"name": "tvOS",
|
||||||
"link": "https://developer.apple.com/tvos/",
|
"link": "https://developer.apple.com/tvos/",
|
||||||
"lifecycle": "https://support.apple.com/apple-tv/",
|
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ Notes:
|
|||||||
|
|
||||||
## Apple
|
## Apple
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|
|
||||||
[iOS][2] | 17, 16, 15 | Arm64 | [Lifecycle][3] |
|
[iOS][2] | 17, 16, 15 | Arm64 |
|
||||||
[iPadOS][4] | 17, 16, 15 | Arm64 | [Lifecycle][5] |
|
[iPadOS][3] | 17, 16, 15 | Arm64 |
|
||||||
[macOS][6] | 14, 13, 12 | Arm64, x64 | [Lifecycle][7] |
|
[macOS][4] | 14, 13, 12 | Arm64, x64 |
|
||||||
[tvOS][8] | 17, 16, 15, 14, 13, 12.2 | Arm64 | [Lifecycle][9] |
|
[tvOS][5] | 17, 16, 15, 14, 13, 12.2 | Arm64 |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@@ -34,71 +34,67 @@ Notes:
|
|||||||
* macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
|
* macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
|
||||||
|
|
||||||
[2]: https://developer.apple.com/ios/
|
[2]: https://developer.apple.com/ios/
|
||||||
[3]: https://support.apple.com/ios/
|
[3]: https://developer.apple.com/ipados/
|
||||||
[4]: https://developer.apple.com/ipados/
|
[4]: https://developer.apple.com/macos/
|
||||||
[5]: https://support.apple.com/ipados/
|
[5]: https://developer.apple.com/tvos/
|
||||||
[6]: https://developer.apple.com/macos/
|
|
||||||
[7]: https://support.apple.com/macos/
|
|
||||||
[8]: https://developer.apple.com/tvos/
|
|
||||||
[9]: https://support.apple.com/apple-tv/
|
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures | Lifecycle |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|--------------------|
|
||||||
[Alpine][10] | 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][11] |
|
[Alpine][6] | 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
||||||
[Debian][12] | 12 | Arm32, Arm64, x64 | [Lifecycle][13] |
|
[Debian][8] | 12 | Arm32, Arm64, x64 | [Lifecycle][9] |
|
||||||
[Fedora][14] | 40 | Arm32, Arm64, x64 | [Lifecycle][15] |
|
[Fedora][10] | 40 | Arm32, Arm64, x64 | [Lifecycle][11] |
|
||||||
[openSUSE Leap][16] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][17] |
|
[openSUSE Leap][12] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][13] |
|
||||||
[Red Hat Enterprise Linux][18] | 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][19] |
|
[Red Hat Enterprise Linux][14] | 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][15] |
|
||||||
[SUSE Enterprise Linux][20] | 15.5 | Arm64, x64 | [Lifecycle][21] |
|
[SUSE Enterprise Linux][16] | 15.5 | Arm64, x64 | [Lifecycle][17] |
|
||||||
[Ubuntu][22] | 24.04, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][23] |
|
[Ubuntu][18] | 24.04, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][19] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
* Red Hat Enterprise Linux: Red Hat family distributions are supported per [Linux compatibility and support](../../linux-support.md).
|
* Red Hat Enterprise Linux: Red Hat family distributions are supported per [Linux compatibility and support](../../linux-support.md).
|
||||||
|
|
||||||
[10]: https://alpinelinux.org/
|
[6]: https://alpinelinux.org/
|
||||||
[11]: https://alpinelinux.org/releases/
|
[7]: https://alpinelinux.org/releases/
|
||||||
[12]: https://www.debian.org/
|
[8]: https://www.debian.org/
|
||||||
[13]: https://wiki.debian.org/DebianReleases
|
[9]: https://wiki.debian.org/DebianReleases
|
||||||
[14]: https://fedoraproject.org/
|
[10]: https://fedoraproject.org/
|
||||||
[15]: https://fedoraproject.org/wiki/End_of_life
|
[11]: https://fedoraproject.org/wiki/End_of_life
|
||||||
[16]: https://www.opensuse.org/
|
[12]: https://www.opensuse.org/
|
||||||
[17]: https://en.opensuse.org/Lifetime
|
[13]: https://en.opensuse.org/Lifetime
|
||||||
[18]: https://access.redhat.com/
|
[14]: https://access.redhat.com/
|
||||||
[19]: https://access.redhat.com/support/policy/updates/errata/
|
[15]: https://access.redhat.com/support/policy/updates/errata/
|
||||||
[20]: https://www.suse.com/
|
[16]: https://www.suse.com/
|
||||||
[21]: https://www.suse.com/lifecycle/
|
[17]: https://www.suse.com/lifecycle/
|
||||||
[22]: https://ubuntu.com/
|
[18]: https://ubuntu.com/
|
||||||
[23]: https://wiki.ubuntu.com/Releases
|
[19]: https://wiki.ubuntu.com/Releases
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
OS | Version | Architectures | Lifecycle |
|
OS | Version | Architectures | Lifecycle |
|
||||||
--------------------------------|------------------------------|--------------------|--------------------|
|
--------------------------------|------------------------------|--------------------|--------------------|
|
||||||
[Nano Server][24] | 2022, 2019 | x64 | [Lifecycle][25] |
|
[Nano Server][20] | 2022, 2019 | x64 | [Lifecycle][21] |
|
||||||
[Windows][26] | 11 23H2, 11 22H2, 10 22H2, 11 21H2 (E), 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][27] |
|
[Windows][22] | 11 23H2, 11 22H2, 10 22H2, 11 21H2 (E), 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][23] |
|
||||||
[Windows Server][28] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][29] |
|
[Windows Server][24] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][25] |
|
||||||
[Windows Server Core][30] | 23H2, 2022, 2019, 2016 | x64, x86 | [Lifecycle][31] |
|
[Windows Server Core][26] | 23H2, 2022, 2019, 2016 | x64, x86 | [Lifecycle][27] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
* Windows: The x64 emulator is supported on Windows 11 Arm64.
|
* Windows: The x64 emulator is supported on Windows 11 Arm64.
|
||||||
* Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).
|
* Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).
|
||||||
|
|
||||||
[24]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
[20]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
||||||
|
[21]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
|
[22]: https://www.microsoft.com/windows/
|
||||||
|
[23]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
|
||||||
|
[24]: https://www.microsoft.com/windows-server
|
||||||
[25]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
[25]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
[26]: https://www.microsoft.com/windows/
|
[26]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
||||||
[27]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
|
[27]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
||||||
[28]: https://www.microsoft.com/windows-server
|
|
||||||
[29]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
|
||||||
[30]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
|
|
||||||
[31]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
|
|
||||||
|
|
||||||
## Linux compatibility
|
## Linux compatibility
|
||||||
|
|
||||||
Microsoft-provided [portable](../../linux-support.md) Linux builds define [minimum compatibility](/linux-support.md) primarily via libc version.
|
Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version.
|
||||||
|
|
||||||
Libc | Version | Architectures | Source |
|
Libc | Version | Architectures | Source |
|
||||||
-------------------------|----------|--------------------|--------------------|
|
-------------------------|----------|--------------------|--------------------|
|
||||||
|
|||||||
Reference in New Issue
Block a user