Skip to content

Commit 055a8b0

Browse files
authored
Merge pull request #485 from thaJeztah/19.03_backport_remove_eoan
[19.03 backport] Remove Fedora 30, Ubuntu 19.04, and Ubuntu 19.10 "Eoan"
2 parents 7ea1ef8 + 75ae5f2 commit 055a8b0

File tree

6 files changed

+2
-112
lines changed

6 files changed

+2
-112
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ This repository is solely maintained by Docker, Inc.
88
The scripts will build for this list of packages types:
99

1010
* DEB packages for Ubuntu 20.04 Focal
11-
* DEB packages for Ubuntu 19.10 Eoan
12-
* DEB packages for Ubuntu 19.04 Disco
1311
* DEB packages for Ubuntu 18.04 Bionic
1412
* DEB packages for Ubuntu 16.04 Xenial
1513
* DEB packages for Debian 10 Buster
1614
* DEB packages for Debian 9 Stretch
1715
* RPM packages for Fedora 32
1816
* RPM packages for Fedora 31
19-
* RPM packages for Fedora 30
2017
* RPM packages for CentOS 7
2118
* TGZ and ZIP files with static binaries

deb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN=docker run --rm -i \
3636
debbuild-$@/$(ARCH)
3737

3838
DEBIAN_VERSIONS := debian-stretch debian-buster
39-
UBUNTU_VERSIONS := ubuntu-xenial ubuntu-bionic ubuntu-disco ubuntu-eoan ubuntu-focal
39+
UBUNTU_VERSIONS := ubuntu-xenial ubuntu-bionic ubuntu-focal
4040
RASPBIAN_VERSIONS := raspbian-stretch raspbian-buster
4141
DISTROS := $(DEBIAN_VERSIONS) $(UBUNTU_VERSIONS) $(RASPBIAN_VERSIONS)
4242

deb/ubuntu-disco/Dockerfile

Lines changed: 0 additions & 41 deletions
This file was deleted.

deb/ubuntu-eoan/Dockerfile

Lines changed: 0 additions & 41 deletions
This file was deleted.

rpm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN?=$(RPMBUILD) rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)
4040
SOURCE_FILES=engine.tgz cli.tgz docker.service docker.socket plugin-installers.tgz
4141
SOURCES=$(addprefix rpmbuild/SOURCES/, $(SOURCE_FILES))
4242

43-
FEDORA_RELEASES := fedora-32 fedora-31 fedora-30
43+
FEDORA_RELEASES := fedora-32 fedora-31
4444
CENTOS_RELEASES := centos-7 centos-8
4545
RHEL_RELEASES := rhel-7
4646
DISTROS := $(FEDORA_RELEASES) $(CENTOS_RELEASES) $(RHEL_RELEASES)

rpm/fedora-30/Dockerfile

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)