mirror of
https://github.com/clearlinux/docs.git
synced 2026-06-26 07:26:13 +00:00
f35e7f2b9f
fedora:latest now points to fedora:21 and is the official Fedora 21 docker image. fedora:20(and heisenbug) and fedora:rawhide are still semi-official. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
975 B
975 B
Fedora
This image serves as the official Fedora image for Fedora 21 and as a
semi-official image for Fedora 20 (heisenbug) and rawhide.
%%LOGO%%
The fedora:latest tag will always point to the latest stable
release, currently Fedora 21. fedora:latest is
now the same as fedora:21.
Fedora rawhide is available via fedora:rawhide and Fedora 20 via
fedora:20 and fedora:heisenbug.
The metalink http://mirrors.fedoraproject.org is used to automatically select
a mirror site (both for building the image as well as for the yum repos in the
container image).
$ docker run fedora cat /etc/yum.repos.d/fedora.repo | grep metalink
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch