Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def images = [
[image: "docker.io/library/debian:trixie", arches: ["amd64", "aarch64", "armhf"]], // Debian 13 (testing)
[image: "docker.io/library/fedora:41", arches: ["amd64", "aarch64"]], // Fedora 41 (EOL: November, 2025)
[image: "docker.io/library/fedora:42", arches: ["amd64", "aarch64"]], // Fedora 42 (EOL: May 13, 2026)
[image: "docker.io/library/fedora:43", arches: ["amd64", "aarch64"]], // Fedora 43 (EOL: December 02, 2026)
[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:bullseye",arches: ["armhf"]],
Expand Down