Bug 1654943

Summary: Fedora 29 was released but registry.fedoraproject.org/fedora:latest still points to registry.fedoraproject.org/fedora:28
Product: [Fedora] Fedora Container Images Reporter: Jan Pazdziora (Red Hat) <jpazdziora>
Component: baseAssignee: Clement Verna <clems.verna>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: jpazdziora, kevin
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: 2019-01-03 09:07:15 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 Jan Pazdziora (Red Hat) 2018-11-30 06:15:34 UTC
Description of problem:

Fedora 29 was released but registry.fedoraproject.org/fedora:latest still points to registry.fedoraproject.org/fedora:28.

Version-Release number of selected component (if applicable):

registry.fedoraproject.org/fedora:latest

How reproducible:

Deterministic.

Steps to Reproduce:
1. for i in latest 28 29 ; do docker pull registry.fedoraproject.org/fedora:$i ; done
2. docker images registry.fedoraproject.org/fedora

Actual results:

REPOSITORY                        TAG    IMAGE ID     CREATED     SIZE
registry.fedoraproject.org/fedora 29     a5cc8ccd230a 6 weeks ago 297 MB
registry.fedoraproject.org/fedora 28     ded494ce3076 7 weeks ago 254 MB
registry.fedoraproject.org/fedora latest ded494ce3076 7 weeks ago 254 MB

Expected results:

REPOSITORY                        TAG    IMAGE ID     CREATED     SIZE
registry.fedoraproject.org/fedora 29     a5cc8ccd230a 6 weeks ago 297 MB
registry.fedoraproject.org/fedora 28     ded494ce3076 7 weeks ago 254 MB
registry.fedoraproject.org/fedora latest a5cc8ccd230a 6 weeks ago 297 MB

Additional info:

Comment 1 Jan Pazdziora (Red Hat) 2018-11-30 06:20:35 UTC
What is more strange, on Docker hub the latest tag is correctly pointing to :29:

REPOSITORY          TAG     IMAGE ID            CREATED             SIZE
docker.io/fedora    29      8c568f104326        3 weeks ago         267 MB
docker.io/fedora    latest  8c568f104326        3 weeks ago         267 MB
docker.io/fedora    28      f0b9fdd4254d        3 weeks ago         260 MB

So there is inconsistency between registry.fedoraproject.org/fedora and docker.io/fedora.

Comment 2 Clement Verna 2018-12-17 20:19:56 UTC
This should work as expected, could you double check ? 

Thanks

Comment 3 Jan Pazdziora (Red Hat) 2018-12-18 07:06:51 UTC
Confirming that things look good now:

registry.fedoraproject.org/fedora 29     6aed6d59a707 24 hours ago 274 MB
registry.fedoraproject.org/fedora latest 6aed6d59a707 24 hours ago 274 MB
registry.fedoraproject.org/fedora 28     ded494ce3076 2 months ago 254 MB

Thank you.