Skip to content

Commit

Permalink
Merge pull request moby#18794 from thaJeztah/EOL-fedora-21
Browse files Browse the repository at this point in the history
Remove Fedora 21 from RPM build as it is EOL
  • Loading branch information
runcom committed Dec 20, 2015
2 parents 18925f3 + a08c955 commit cc6f0df
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 44 deletions.
37 changes: 0 additions & 37 deletions contrib/builder/rpm/fedora-21/Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions contrib/builder/rpm/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# ie: ./generate.sh
# to update all Dockerfiles in this directory
# or: ./generate.sh
# to only update fedora-20/Dockerfile
# to only update fedora-23/Dockerfile
# or: ./generate.sh fedora-newversion
# to create a new folder and a Dockerfile within it

Expand All @@ -22,7 +22,7 @@ for version in "${versions[@]}"; do
suite="${version##*-}"
from="${distro}:${suite}"
installer=yum
if [[ "$distro" == "fedora" ]] && [[ "$suite" -ge "22" ]]; then
if [[ "$distro" == "fedora" ]]; then
installer=dnf
fi

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ weight=-3

# Fedora

Docker is supported Fedora version 21 and 22. This page instructs you to install
Docker is supported on Fedora version 22 and 23. This page instructs you to install
using Docker-managed release packages and installation mechanisms. Using these
packages ensures you get the latest release of Docker. If you wish to install
using Fedora-managed packages, consult your Fedora release documentation for
Expand Down
6 changes: 3 additions & 3 deletions hack/make/release-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ set -e
# http://yum.dockerproject.org/repo/$release/$distro/$distro-version
#
# For example:
# http://yum.dockerproject.org/repo/main/fedora/22
# http://yum.dockerproject.org/repo/testing/centos/6
# http://yum.dockerproject.org/repo/experimental/fedora/21
# http://yum.dockerproject.org/repo/main/fedora/23
# http://yum.dockerproject.org/repo/testing/centos/7
# http://yum.dockerproject.org/repo/experimental/fedora/23
# http://yum.dockerproject.org/repo/main/centos/7
#
# ... and so on and so forth for the builds created by hack/make/build-rpm
Expand Down
2 changes: 1 addition & 1 deletion project/ISSUE-TRIAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before triaging an issue very far, make sure that the issue's author provided th
- the output of `docker info`
- the output of `uname -a`
- a reproducible case if this is a bug, Dockerfiles FTW
- host distribution and version ( ubuntu 14.04, RHEL, fedora 21 )
- host distribution and version ( ubuntu 14.04, RHEL, fedora 23 )
- page URL if this is a docs issue or the name of a man page

Depending on the issue, you might not feel all this information is needed. Use your best judgement. If you cannot triage an issue using what its author provided, explain kindly to the author that they must provide the above information to clarify the problem.
Expand Down

0 comments on commit cc6f0df

Please sign in to comment.