Skip to content

Commit

Permalink
Merge pull request #337 from thaJeztah/remove_fedora_37
Browse files Browse the repository at this point in the history
Jenkinsfile: remove Fedora 37 as it's EOL
  • Loading branch information
thaJeztah authored Nov 22, 2023
2 parents d60728a + 28916c6 commit 734e42f
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 @@ -17,7 +17,6 @@ def images = [
[image: "docker.io/library/debian:buster", arches: ["amd64", "aarch64", "armhf"]], // Debian 10 (EOL: 2022-09-10, EOL LTS: 2024-06-30)
[image: "docker.io/library/debian:bullseye", arches: ["amd64", "aarch64", "armhf"]], // Debian 11 (EOL: 2024)
[image: "docker.io/library/debian:bookworm", arches: ["amd64", "aarch64", "armhf"]], // Debian 12 (stable)
[image: "docker.io/library/fedora:37", arches: ["amd64", "aarch64"]], // Fedora 37 (EOL: November 14, 2023)
[image: "docker.io/library/fedora:38", arches: ["amd64", "aarch64"]], // Fedora 38 (EOL: May 14, 2024)
[image: "docker.io/library/fedora:39", arches: ["amd64", "aarch64"]], // Fedora 39 (EOL: November 12, 2024)
[image: "docker.io/library/fedora:rawhide", arches: ["amd64", "aarch64"]], // Rawhide is the name given to the current development version of Fedora
Expand Down

0 comments on commit 734e42f

Please sign in to comment.