Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to reflect EOL'ed OSes #37

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 24 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,38 @@ This is the list with latest details on the OSs Equinix Metal repackages and pub

| OS | Version | Upstream EOL | EM Estimated EOL | Changelog | Notes |
| --- | --- | --- | --- | --- | --- |
| Ubuntu | 18.04 | 31 May, 2023 | June, 2023 | [x86_64](ubuntu/x86_64/18_04.md) [arm64](ubuntu/aarch64/18_04.md) | |
| Ubuntu | 20.04 | Apr, 2030 | Jan, 2030 | [x86_64](ubuntu/x86_64/20_04.md) [arm64](ubuntu/aarch64/20_04.md) | |
| Ubuntu | 22.04 | Apr, 2032 | Jan, 2032 | [x86_64](ubuntu/x86_64/22_04.md) [arm64](ubuntu/aarch64/22_04.md) | |
| Debian | 10 | Jun, 2024 | Mar, 2024 | [x86_64](debian/x86_64/10.md) [arm64](debian/aarch64/10.md) | |
| Ubuntu | 24.04 | Apr, 2034 | Jan, 2034 | [x86_64](ubuntu/x86_64/24_04.md) [arm64](ubuntu/aarch64/24_04.md) | |
| Debian | 11 | Jun, 2026 | Mar, 2026 | [x86_64](debian/x86_64/11.md) [arm64](debian/aarch64/11.md) | |
| RedHat Enterprise Linux | 8 | May, 2024 | N/A | [x86_64](rhel/x86_64/8.md) | |
| RedHat Enterprise Linux | 7 | N/A | Aug, 2021 | [x86_64](rhel/x86_64/7.md) | |
| CentOS | 8 | Dec, 2021 | Dec, 2021 | [x86_64](centos/x86_64/8.md) | |
| CentOS | 7 | Jun, 2024 | Mar, 2021 | [x86_64](centos/x86_64/7.md) | |
| RedHat Enterprise Linux | 9 | TBA | N/A | [x86_64](rhel/x86_64/9.md) | |
| AlmaLinux OS | 8 | May, 2024 | Feb, 2024 | [x86_64](alma/x86_64/8.md) [arm64](alma/aarch64/8.md) | |
| AlmaLinux OS | 9 | May, 2027 | Feb, 2027 | [x86_64](alma/x86_64/9.md) [arm64](alma/aarch64/9.md) | |
| Rocky Linux | 8 | May, 2024 | Feb, 2024 | [x86_64](rocky/x86_64/8.md) [arm64](rocky/aarch64/8.md) | |
| Rocky Linux | 9 | May, 2025 | Feb, 2025 | [x86_64](rocky/x86_64/9.md) [arm64](rocky/aarch64/9.md) | |
| Alpine | 3 | Rolling Release | N/A | [x86_64](alpine/x86_64/3.md) [arm64](alpine/aarch64/3.md) | |
| Nixos | 22.05, 22.11 | June, 2023 | Alongside upstream | TBD | |
| VMware ESXi | 6.7 | Oct, 2022 | Aug, 2022 | N/A | Not available on latest HW. No new images published. |
| VMware ESXi | 7.0 | Apr, 2025 | Jan, 2025 | TBD | |
| Windows Server | 2022 | Oct, 2026 | | [x86_64](windows%202022/windows_2022.md) | |
| Windows Server | 2019 | Jan, 2024 | Sept, 2023 | [x86_64](windows%202019/windows_2019.md) | |
| Talos | v1 | Rolling Release | N/A | [x86_64](talos/talos_v1.md) [arm64](talos/talos_v1.md) | Available | |
| Flatcar Linux |stable | Rolling release | N/A | Rolling release | Available | |
| Flatcar Linux |beta | Rolling release | N/A | Rolling release | Available | |
| VMware ESXi | 7.0 | Apr, 2025 | Jan, 2025 | TBA | |
| VMware ESXi | 8.0 | TBA | TBA | TBA | |
| VMware VCF | 5.1 | TBA | TBA | TBA | |
| Windows Server | 2022 | Oct, 2026 | | [x86_64](windows%202022/windows_2022.md) | |
| Windows Server | 2019 | Jan, 2024 | Sept, 2024 | [x86_64](windows%202019/windows_2019.md) | |
| Flatcar Linux | stable | Rolling release | N/A | Rolling release | Available | |
| Flatcar Linux | beta | Rolling release | N/A | Rolling release | Available | |
| FreeBSD | 13.2 | Jan, 2026 | Jan, 2026 | [x86_64](freebsd/x86_64/13_2.md) [arm64](freebsd/arm64/13_2.md) | |
| FreeBSD | 14.0 | Jan, 2029 | Jan, 2029 | [x86_64](freebsd/x86_64/14_0.md) [arm64](freebsd/arm64/14_0.md) | |
| VyOS | 1.3 | ??? | ??? | TBD | Coming soon | |
| VyOS | 1.4 | TBA | TBA | [1.4](vyos/vyos_1_4.md) | |

## EOL Operating Systems

The following OSes have been officialy EOL'ed at Equinix Metal and are no longer available. The Changelogs for these OSes have been deleted from this repository (but can still be retrieved via the commit history).

| OS | Version |
| --- | --- |
| CentOS | 7,8 |
| Debian | 10 |
| NixOS | 22.05, 22.11, 23.05 |
| RedHat Enterprise Linux | 7 |
| Talos Linux | 1 |
| Ubuntu | 14.04,16.04,18.04 |
| VMware ESXi | 6.5,6.7 |
Loading
Loading