local_ydb_pull_status
Check the progress of a background Docker image pull started by local_ydb_pull_image. Returns a monotonic progress percentage from 0 to 100, reflecting completion or the last observed value if the pull fails.
Instructions
Check the status of a background Docker image pull started by local_ydb_pull_image. For known jobs it returns a monotonic progressPercent based on completed known Docker layers rather than bytes: 0-99 while running, 100 after successful completion, and the last observed value after failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Background pull job id returned by local_ydb_pull_image. |