From 7d21cb385d022723ff54bf174b57a9cb45448f29 Mon Sep 17 00:00:00 2001 From: Anthony Vitacco Date: Fri, 17 Jan 2025 16:00:18 -0500 Subject: [PATCH] Adding more recent supported distros/vers I have added new supported distros and versions. This has been tested against the acceptance tests I created before, but to avoid a conflict I have not committed changes to expand the images in this PR. I will create a separate PR later for that. --- metadata.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 8442c36..a65e50f 100644 --- a/metadata.json +++ b/metadata.json @@ -25,11 +25,34 @@ "8.0" ] }, + { + "operatingsystem": "OracleLinux", + "operatingsystemrelease": [ + "8", + "9" + ] + }, + { + "operatingsystem": "Rocky", + "operatingsystemrelease": [ + "8", + "9" + ] + }, + { + "operatingsystem": "AlmaLinux", + "operatingsystemrelease": [ + "8", + "9" + ] + }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", - "20.04" + "20.04", + "22.04", + "24.04" ] }, { @@ -37,7 +60,8 @@ "operatingsystemrelease": [ "9", "10", - "11" + "11", + "12" ] } ],