Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Fedora 21 from RPM build as it is EOL #18794

Merged
merged 1 commit into from Dec 20, 2015

Conversation

thaJeztah
Copy link
Member

Fedora 21 is EOL'd as of December 1st, 2015, so we should not publish RPMs for Docker 1.10

Announcement:
https://lists.fedoraproject.org/pipermail/announce/2015-November/003296.html

Fedora 21 will reach end of life on 2015-12-01, and no further updates
will be pushed out after that time. Additionally, with the recent
release of Fedora 23, no new packages will be added to the Fedora 21
collection.

Please see https://fedoraproject.org/wiki/DNF_system_upgrade for more
information on upgrading from Fedora 21 to a newer release.

@@ -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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if all current CentOS and RHEL releases also have dnf installed by default now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya centos does not but this LGTM awesome!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, we can tweak later, just was wondering when I saw this, haha

@thaJeztah
Copy link
Member Author

ping @jfrazelle @tianon

@jessfraz
Copy link
Contributor

LGTM

@thaJeztah
Copy link
Member Author

Also see this PR #18790, which can be merged if this accepted :)

@@ -11,7 +11,7 @@ weight=-3

# Fedora

Docker is supported Fedora version 21 and 22. This page instructs you to install
Docker is supported Fedora version 22 and 23. This page instructs you to install
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, see that this misses "on". let me fix that as well

Fedora 21 is EOL'd as of December 1st, 2015.

Announcement:
https://lists.fedoraproject.org/pipermail/announce/2015-November/003296.html

Fedora 21 will reach end of life on 2015-12-01, and no further updates
will be pushed out after that time. Additionally, with the recent
release of Fedora 23, no new packages will be added to the Fedora 21
collection.

Please see https://fedoraproject.org/wiki/DNF_system_upgrade for more
information on upgrading from Fedora 21 to a newer release.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@runcom
Copy link
Member

runcom commented Dec 20, 2015

LGTM

runcom added a commit that referenced this pull request Dec 20, 2015
Remove Fedora 21 from RPM build as it is EOL
@runcom runcom merged commit cc6f0df into moby:master Dec 20, 2015
@thaJeztah thaJeztah deleted the EOL-fedora-21 branch December 20, 2015 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants