Datacenter Update to Ws
This commit is contained in:
@@ -29,7 +29,7 @@ func BootstrapAllowedImages() {
|
||||
And: map[string][]dbs.Filter{
|
||||
"image": {{Operator: dbs.EQUAL.String(), Value: img.Image}},
|
||||
},
|
||||
}, "", false)
|
||||
}, "", false, 0, 1)
|
||||
if existing.Err != "" || len(existing.Data) > 0 {
|
||||
continue // déjà présente ou erreur de recherche : on passe
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user