On Thu, Apr 20, 2017 at 10:39:22PM -0500, Adam Miller wrote:
> Hello all,
>     On behalf of the Fedora Atomic WG[0] and Fedora Release
> Engineering[1], I am pleased to announce the latest Fedora Layered
> Image Release. This follows the latest Atomic Host Release that came
> out yesterday[2].
> 
> At this time the following Container Images are available in the
> Fedora Registry.
> 
> Base Images:
> 
> (Note that the "latest" tag currently points to "25" and the "rawhide"
> tag currently points to "27", if no tag is provided in your pull
> command then it will always default to "latest")
> 
> registry.fedoraproject.org/fedora:latest
> registry.fedoraproject.org/fedora:rawhide
> registry.fedoraproject.org/fedora:27
> registry.fedoraproject.org/fedora:26
> registry.fedoraproject.org/fedora:25
> registry.fedoraproject.org/fedora:24

What is the relationship to docker.io/fedora? 

Running docker pull for various images and then docker images, I can see

REPOSITORY                          TAG                 IMAGE ID            
CREATED             SIZE
docker.io/fedora                    24                  f623aaef07f0        5 
months ago        204.4 MB
registry.fedoraproject.org/fedora   24                  f623aaef07f0        5 
months ago        204.4 MB

so for Fedora 24 the images are the same, but

REPOSITORY                          TAG                 IMAGE ID            
CREATED             SIZE
docker.io/fedora                    25                  15895ef0b3b2        6 
days ago          230.9 MB
registry.fedoraproject.org/fedora   25                  b414411f6e00        7 
days ago          230.9 MB

So it looks like docker.io/fedora has newer Fedora 25 image than
registry.fedoraproject.org/fedora. Is that expected?

If we are building building images

        FROM fedora:25

should we start using

        FROM registry.fedoraproject.org/fedora:25

instead in Dockerfiles? If merely fedora does not point to whatever
is the authoritative location for Fedora images, shouldn't it be purged
in docker.io to avoid confusion?

-- 
Jan Pazdziora
Senior Principal Software Engineer, Identity Management Engineering, Red Hat
_______________________________________________
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org

Reply via email to