Description of problem: registry.fedoraproject.org/fedora:latest still points to Fedora 35, but Fedora 36 is out. Version-Release number of selected component (if applicable): n/a How reproducible: Always Steps to Reproduce: 1. podman run --pull=always -ti --rm registry.fedoraproject.org/fedora:latest Actual results: # cat /etc/fedora-release Fedora release 35 (Thirty Five) Expected results: # cat /etc/fedora-release Fedora release 36 (Thirty Six) Additional info:
We missed updating the release script at Fedora 36 GA, here the PR doing this : https://pagure.io/releng/pull-request/10809
This is now fixed [cverna@localhost] $ podman run -it --rm fedora:latest cat /etc/os-release NAME="Fedora Linux" VERSION="36 (Container Image)" ID=fedora VERSION_ID=36 VERSION_CODENAME="" PLATFORM_ID="platform:f36" PRETTY_NAME="Fedora Linux 36 (Container Image)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:36" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=36 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=36 PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy" VARIANT="Container Image" VARIANT_ID=container