buildx_history_ls
List recent Docker build history records from BuildKit, showing ref, name, status, step counts, and timestamps for each build.
Instructions
List recent build records (BuildKit build history), parsed from --format '{{json .}}'.
Each record is a past build with its ref, name, status, step counts, and timestamps — useful for
finding a build to drill into with buildx_history_inspect. Requires buildx >= v0.13 (older
versions have no history subcommand and this raises with the CLI's "unknown command" error).
args: builder - Builder instance to read history from (defaults to the active builder) returns: list - One dict per build record (ref, name, status, total/completed/cached steps, times)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| builder | No |