Add SUPPORTED_OS constant based on /etc/os-release

This commit is contained in:
Andras Bacsai 2023-11-28 13:12:42 +01:00
parent 1c386db41d
commit e6f7e32037

View File

@ -28,6 +28,7 @@ const SPECIFIC_SERVICES = [
'quay.io/minio/minio',
];
// Based on /etc/os-release
const SUPPORTED_OS = [
'ubuntu debian raspbian',
'centos fedora rhel ol rocky',