Skip to content

Commit

Permalink
Add fedora 39 (not released yet).
Browse files Browse the repository at this point in the history
Signed-off-by: app-packbot <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
app-packbot authored and thaJeztah committed Sep 15, 2023
1 parent 2412c03 commit 9c8d391
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ def images = [
[image: "docker.io/library/debian:buster", arches: ["amd64", "aarch64", "armhf"]], // Debian 10 (EOL: 2024)
[image: "docker.io/library/debian:bullseye", arches: ["amd64", "aarch64", "armhf"]], // Debian 11 (stable)
[image: "docker.io/library/debian:bookworm", arches: ["amd64", "aarch64", "armhf"]], // Debian 12 (next stable)
[image: "docker.io/library/fedora:37", arches: ["amd64", "aarch64"]], // EOL: TBD
[image: "docker.io/library/fedora:38", arches: ["amd64", "aarch64"]], // EOL: TBD
[image: "docker.io/library/fedora:37", arches: ["amd64", "aarch64"]], // EOL: November 14, 2023
[image: "docker.io/library/fedora:38", arches: ["amd64", "aarch64"]], // EOL: May 14, 2024
[image: "docker.io/library/fedora:39", arches: ["amd64", "aarch64"]], // 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
[image: "docker.io/opensuse/leap:15", arches: ["amd64"]],
[image: "docker.io/balenalib/rpi-raspbian:buster", arches: ["armhf"]],
Expand Down

0 comments on commit 9c8d391

Please sign in to comment.