build corrosion image based on wolfi]

This commit is contained in:
Pavel Sviderski
2024-11-26 20:15:31 +10:00
parent 95175d10c5
commit e9d07687f2
4 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ func (s *Store) ListMachines(ctx context.Context) ([]*pb.MachineInfo, error) {
return nil, fmt.Errorf("unmarshal machine info: %w", err)
}
if err = m.Network.Validate(); err != nil {
slog.Error("Invalid network configuration for machine in store", "id", m.Id, "error", err)
slog.Error("Invalid network configuration for machine in store", "id", m.Id, "err", err)
continue
}
machines = append(machines, &m)