Skip to content

Commit

Permalink
doc: update List Task API in development.md
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <[email protected]>
  • Loading branch information
Desiki-high committed Sep 18, 2023
1 parent 3cffdb2 commit d3616d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,16 @@ GET /api/v1/conversions
"created": "2022-04-06T06:45:11.83226503Z",
"finished": "2022-04-06T06:45:11.948393604Z",
"source": "192.168.1.1/library/nginx:latest",
"source_size": "70254592",
"target_size": "72351744",
"status": "$status",
"reason": "$reason"
}
]
```
`source_size`: uint, total size of the source image with specified platforms in bytes.

`target_size`: uint, total size of the target image with specified platforms in bytes.

`$status`: string, possible values is `PROCESSING`, `COMPLETED`, `FAILED`.

Expand Down

0 comments on commit d3616d1

Please sign in to comment.