fix: incorrect comment about valid releases
This commit is contained in:
parent
78626c10af
commit
bb676fa491
@ -26,7 +26,7 @@ var Runtime = "docker"
|
|||||||
type Image struct {
|
type Image struct {
|
||||||
Name string
|
Name string
|
||||||
DistroType config.DistroType
|
DistroType config.DistroType
|
||||||
DistroRelease string // 18.04/7.4.1708/9.1
|
DistroRelease string // 18.04/7/9
|
||||||
}
|
}
|
||||||
|
|
||||||
func Images() (diis []Image, err error) {
|
func Images() (diis []Image, err error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user