#6987 registry.fedoraproject.org/fedora:latest points to old F25 containers
Closed: Fixed 5 years ago Opened 6 years ago by puiterwijk.

Clone of https://pagure.io/fedora-infrastructure/issue/6283.

Description:
registry.fedoraproject.org/fedora:latest should point to the latest version of Fedora base image, yet it points to F25 image instead.

Check using:
docker-1.13.1-28.gitb5e3294.fc27.x86_64

How to check:
1. docker pull registry.fedoraproject.org/fedora:latest
2. docker inspect registry.fedoraproject.org/fedora:latest

Expected result:
Config.Env should be set to F26 container

Actual result:

        "Config": {
            ...
            "Env": [
                "DISTTAG=f25container",
                "FGC=f25"
            ],
            ...

This has now been fixed (was pointing to 7f17e6b4a386 before, for reference).
I'm keeping this ticket open since this should be part of the release process.

@mohanboddu and @maxamillion Can you document this in the release SOP docs?

@mohanboddu reports that part of this has been documented but some is still missing.

Metadata Update from @syeghiay:
- Issue assigned to mohanboddu

5 years ago

Closing this ticket as things are fixed.

Metadata Update from @syeghiay:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata