Skip to content

Commit

Permalink
remove fedora 28 because it is eol
Browse files Browse the repository at this point in the history
End of life as of 2019-05-28: https://fedoramagazine.org/fedora-28-end-of-life/

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
  • Loading branch information
andrewhsu committed Oct 10, 2019
1 parent 4f26329 commit 235feec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The scripts will build for this list of packages types:
* DEB packages for Ubuntu 16.04 Xenial
* DEB packages for Debian 10 Buster
* DEB packages for Debian 9 Stretch
* RPM packages for Fedora 28
* RPM packages for Fedora 27
* RPM packages for CentOS 7
* TGZ and ZIP files with static binaries
2 changes: 1 addition & 1 deletion rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN?=$(RPMBUILD) rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)
SOURCE_FILES=engine-image engine.tgz cli.tgz docker.service docker.socket distribution_based_engine.json plugin-installers.tgz
SOURCES=$(addprefix rpmbuild/SOURCES/, $(SOURCE_FILES))

FEDORA_RELEASES := fedora-31 fedora-30 fedora-29 fedora-28
FEDORA_RELEASES := fedora-31 fedora-30 fedora-29
CENTOS_RELEASES := centos-7

.PHONY: help
Expand Down
18 changes: 0 additions & 18 deletions rpm/fedora-28/Dockerfile

This file was deleted.

0 comments on commit 235feec

Please sign in to comment.