Bug 2090439

Summary: registry.fedoraproject.org/fedora:latest points to Fedora 35
Product: [Fedora] Fedora Container Images Reporter: Benjamin Gilbert <bgilbert>
Component: fedora-container-imageAssignee: Clement Verna <clems.verna>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 36CC: clems.verna, fedoraproject
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-26 18:22:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Benjamin Gilbert 2022-05-25 18:38:33 UTC
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:

Comment 1 Clement Verna 2022-05-26 18:10:24 UTC
We missed updating the release script at Fedora 36 GA, here the PR doing this : https://pagure.io/releng/pull-request/10809

Comment 2 Clement Verna 2022-05-26 18:22:13 UTC
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