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
Config.Env
Actual result:
"Config": { ... "Env": [ "DISTTAG=f25container", "FGC=f25" ], ...
I have cloned this to https://pagure.io/releng/issue/6987 since this is a releng issue.
Metadata Update from @puiterwijk: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)