Skip to content

Commit

Permalink
Merge pull request #1024 from thaJeztah/remove_centos8
Browse files Browse the repository at this point in the history
[master] remove CentOS Stream 8 (EOL: 2024-05-31)
  • Loading branch information
neersighted authored Jun 4, 2024
2 parents 3402fc9 + 67c89e9 commit 9653c3e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 41 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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-8", image: "quay.io/centos/centos:stream8", arches: ["amd64", "aarch64"]],
[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
2 changes: 1 addition & 1 deletion rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN?=docker run --rm \
rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)

FEDORA_RELEASES ?= fedora-40 fedora-39 fedora-38
CENTOS_RELEASES ?= centos-7 centos-8 centos-9
CENTOS_RELEASES ?= centos-7 centos-9
ifeq ($(ARCH),s390x)
RHEL_RELEASES ?= rhel-7
else
Expand Down
2 changes: 1 addition & 1 deletion rpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ make centos

## Specifying a specific distro version
```shell
make centos-8
make centos-9
```

## Building the for all distros
Expand Down
38 changes: 0 additions & 38 deletions rpm/centos-8/Dockerfile

This file was deleted.

0 comments on commit 9653c3e

Please sign in to comment.