local_ydb_pull_status
Check a background Docker image pull job by ID and get a progress percentage from 0 to 100, calculated from completed image layers, to confirm success or failure.
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. |