Skip to content
Tim Smith edited this page Oct 16, 2023 · 2 revisions

Release dates seem to be wrong as compared to: https://en.wikipedia.org/wiki/Fedora_Linux_release_history#Fedora_Linux_34

Wikipedia is probably correct since endoflife.date is listing Fedora 35 and 34 as having been released on the same day.


I don't think the EOL date for Fedora 38 is currentyly correct (listed as 18 May 2024). The project is now setting their EOL dates in the /etc/os-release file and that file says it's May 14, 2024.

$ docker run -it fedora:38 cat /etc/os-release
NAME="Fedora Linux"
VERSION="38 (Container Image)"
ID=fedora
VERSION_ID=38
VERSION_CODENAME=""
PLATFORM_ID="platform:f38"
PRETTY_NAME="Fedora Linux 38 (Container Image)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:38"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=38
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=38
SUPPORT_END=2024-05-14
VARIANT="Container Image"
VARIANT_ID=container

-tas50


Clone this wiki locally