mirror of
https://github.com/linka-cloud/d2vm.git
synced 2026-01-24 02:25:04 +00:00
feat: add AlmaLinux and Rocky Linux support
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
@@ -137,6 +137,14 @@ func TestConfig(t *testing.T) {
|
||||
image: "quay.io/centos/centos:stream10",
|
||||
config: configCentOS,
|
||||
},
|
||||
{
|
||||
image: "almalinux:10",
|
||||
config: configCentOS,
|
||||
},
|
||||
{
|
||||
image: "rockylinux:9",
|
||||
config: configCentOS,
|
||||
},
|
||||
}
|
||||
exec.SetDebug(true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user