Skip to content

Commit

Permalink
distro-check.sh: add debian-12 and fedora-40
Browse files Browse the repository at this point in the history
This is easy to forget to add.

Thank you again to Rob Woolley for adding these two new
distributions to the matrix.

FIXME:
Since the release date is April 12, 2024, the fedora-40
container is reporting "Prerelease" so we need to satisify
that string for now:

PRETTY_NAME="Fedora Linux 40 (Container Image Prerelease)"

Signed-off-by: Tim Orling <[email protected]>
  • Loading branch information
moto-timo committed Apr 2, 2024
1 parent aaaa538 commit a8f8c28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/distro-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ distros["centos-7"]="CentOS Linux 7 (Core)"
distros["debian-9"]="Debian GNU/Linux 9 (stretch)"
distros["debian-10"]="Debian GNU/Linux 10 (buster)"
distros["debian-11"]="Debian GNU/Linux 11 (bullseye)"
distros["debian-12"]="Debian GNU/Linux 12 (bookworm)"
distros["fedora-36"]="Fedora Linux 36 (Container Image)"
distros["fedora-37"]="Fedora Linux 37 (Container Image)"
distros["fedora-38"]="Fedora Linux 38 (Container Image)"
distros["fedora-39"]="Fedora Linux 39 (Container Image)"
distros["fedora-40"]="Fedora Linux 40 (Container Image Prerelease)"
distros["opensuse-15.4"]="openSUSE Leap 15.4"
distros["opensuse-15.5"]="openSUSE Leap 15.5"
distros["ubuntu-18.04"]="Ubuntu 18.04"
Expand Down

0 comments on commit a8f8c28

Please sign in to comment.