Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 289eec9

Browse files
AkihiroSudathaJeztah
authored andcommitted
Remove Ubuntu 19.10 "Eoan" (EOL: 2020-07-17)
Ubuntu 19.10 "Eoan Ermine" reached EOL on 2020-07-17: https://wiki.ubuntu.com/Releases Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit a8f8e05) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 75ae5f27c5ff099e775892d28d82fbef8784172b Component: packaging
1 parent eeec8d3 commit 289eec9

3 files changed

Lines changed: 1 addition & 43 deletions

File tree

components/packaging/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211
* DEB packages for Ubuntu 18.04 Bionic
1312
* DEB packages for Ubuntu 16.04 Xenial
1413
* DEB packages for Debian 10 Buster

components/packaging/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-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

components/packaging/deb/ubuntu-eoan/Dockerfile

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

0 commit comments

Comments
 (0)