Merge pull request #9147 from bryantbiggs/docs/transfer-service

docs: Update `transfer` service docs to reflect completed implementations for `1.7`
This commit is contained in:
Maksym Pavlenko 2023-09-27 12:30:44 -07:00 committed by GitHub
commit e62cacc4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,12 @@ service Transfer {
message TransferRequest {
google.protobuf.Any source = 1;
google.protobuf.Any destination = 2;
// + options
TransferOptions options = 3;
}
message TransferOptions {
string progress_stream = 1;
// Progress min interval
}
```
@ -37,10 +42,10 @@ message TransferRequest {
| Registry | Image Store | "pull" | 1.7 |
| Image Store | Registry | "push" | 1.7 |
| Object stream (Archive) | Image Store | "import" | 1.7 |
| Image Store | Object stream (Archive) | "export" | 1.7 (in progress) |
| Image Store | Object stream (Archive) | "export" | 1.7 |
| Object stream (Layer) | Mount/Snapshot | "unpack" | Not implemented |
| Mount/Snapshot | Object stream (Layer) | "diff" | Not implemented |
| Image Store | Image Store | "tag" | Not implemented |
| Image Store | Image Store | "tag" | 1.7 |
| Registry | Registry | mirror registry image | Not implemented |
### Local containerd daemon support