test: Update lxc images (#14380)

This commit is contained in:
Joshua Powers 2023-12-04 13:38:31 -07:00 committed by GitHub
parent f3c52dc243
commit c3ace27ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ import (
)
var imagesRPM = []string{
"fedora/39",
"fedora/38",
"fedora/37",
"centos/7",
"centos/9-Stream",
"amazonlinux/current",
"amazonlinux/2",
//"opensuse/15.3", // shadow-utils dependency bug see #3833
//"opensuse/tumbleweed", // shadow-utils dependency bug see #3833
}