Merge pull request #3055 from tonistiigi/history-queryrecord

history: generalize query loading
This commit is contained in:
CrazyMax
2025-03-11 15:10:00 +01:00
committed by GitHub
7 changed files with 56 additions and 97 deletions

View File

@ -56,7 +56,7 @@ func runLs(ctx context.Context, dockerCli command.Cli, opts lsOptions) error {
}
}
out, err := queryRecords(ctx, "", nodes)
out, err := queryRecords(ctx, "", nodes, nil)
if err != nil {
return err
}