Skip to content

Commit

Permalink
remove CentOS 7 (EOL 2024-06-30)
Browse files Browse the repository at this point in the history
CentOS 7 [reaches EOL on June 30][1], so we won't be building packages
for v27.0

[1]: https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/#centos-linux-7-end-of-life-june-30-2024

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jun 18, 2024
1 parent 7e55ef4 commit 88a6cdc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 67 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
def branch = env.CHANGE_TARGET ?: env.BRANCH_NAME

def pkgs = [
[target: "centos-7", image: "centos:7", arches: ["amd64", "aarch64"]], // (EOL: June 30, 2024)
[target: "centos-9", image: "quay.io/centos/centos:stream9", arches: ["amd64", "aarch64"]],
[target: "debian-buster", image: "debian:buster", arches: ["amd64", "aarch64", "armhf"]], // Debian 10 (EOL: 2024)
[target: "debian-bullseye", image: "debian:bullseye", arches: ["amd64", "aarch64", "armhf"]], // Debian 11 (stable)
Expand Down
6 changes: 1 addition & 5 deletions rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,8 @@ RUN?=docker run --rm \
rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)

FEDORA_RELEASES ?= fedora-40 fedora-39
CENTOS_RELEASES ?= centos-7 centos-9
ifeq ($(ARCH),s390x)
RHEL_RELEASES ?= rhel-7
else
CENTOS_RELEASES ?= centos-9
RHEL_RELEASES ?=
endif

DISTROS := $(FEDORA_RELEASES) $(CENTOS_RELEASES) $(RHEL_RELEASES)
BUNDLES := $(patsubst %,rpmbuild/bundles-ce-%-$(DPKG_ARCH).tar.gz,$(DISTROS))
Expand Down
31 changes: 0 additions & 31 deletions rpm/centos-7/Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions rpm/rhel-7/Dockerfile

This file was deleted.

0 comments on commit 88a6cdc

Please sign in to comment.