Skip to content

Commit

Permalink
Merge pull request #372 from thaJeztah/remove_centos7
Browse files Browse the repository at this point in the history
[main] Jenkinsfile: remove CentOS 7 (EOL 2024-06-30)
  • Loading branch information
thaJeztah authored Jun 18, 2024
2 parents ab97c63 + 6bc9688 commit 975f492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// When adding a distro here, also open a pull request in the release repository.
def images = [
[image: "docker.io/library/amazonlinux:2", arches: ["aarch64"]],
[image: "docker.io/library/centos:7", arches: ["amd64", "aarch64"]],
[image: "quay.io/centos/centos:stream9", arches: ["amd64", "aarch64"]], // CentOS Stream 9 (EOL: 2027)
[image: "docker.io/library/rockylinux:8", arches: ["amd64", "aarch64"]], // Rocky Linux 8 (EOL: 2029-05-31)
[image: "docker.io/library/rockylinux:9", arches: ["amd64", "aarch64"]], // Rocky Linux 9 (EOL: 2032-05-31)
Expand Down

0 comments on commit 975f492

Please sign in to comment.