mvaisakh / wsl-distro-tars

A script that creates importable tar files for Windows Subsystem for Linux (WSL2). These files can be used to install any Linux distribution of your choice, provided it is available on Docker.
GNU General Public License v3.0
70 stars 8 forks source link

Deprecate CentOS and add support for AlmaLinux OS and Rocky Linux #9

Closed taalojarvi closed 1 month ago

taalojarvi commented 1 month ago

Hi @mvaisakh,

Proposing that WDT drops support for CentOS and provides Rocky Linux 9 and AlmaLinux OS as alternates.

From CentOS docker repository

DEPRECATION NOTICE All tags of this image are EOL (June 30, 2024⁠ / docker-library/official-images#17094⁠, although the last meaningful update was November 16, 2020, long before the EOL date: docker-library/official-images#9102⁠; see also https://www.centos.org/centos-linux-eol/⁠ and docker-library/docs#2205⁠). Please adjust your usage accordingly.

mvaisakh commented 1 month ago

From CentOS docker repository

DEPRECATION NOTICE All tags of this image are EOL (June 30, 2024⁠ / docker-library/official-images#17094⁠, although the last meaningful update was November 16, 2020, long before the EOL date: docker-library/official-images#9102⁠; see also https://www.centos.org/centos-linux-eol/⁠ and docker-library/docs#2205⁠). Please adjust your usage accordingly.

Oh I did not know this. Thanks for the PR!