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

Commit f224762

Browse files
Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
2 parents f3b5144 + 0850d19 commit f224762

6 files changed

Lines changed: 2 additions & 112 deletions

File tree

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

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-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

components/packaging/deb/ubuntu-disco/Dockerfile

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

components/packaging/deb/ubuntu-eoan/Dockerfile

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

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

components/packaging/rpm/fedora-30/Dockerfile

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

0 commit comments

Comments
 (0)