Bug 2090439 - registry.fedoraproject.org/fedora:latest points to Fedora 35
Summary: registry.fedoraproject.org/fedora:latest points to Fedora 35
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora Container Images
Classification: Fedora
Component: fedora-container-image
Version: 36
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Clement Verna
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-25 18:38 UTC by Benjamin Gilbert
Modified: 2022-05-26 18:22 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2022-05-26 18:22:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.