transfer: add OCI descriptors to Progress structure
The index media type and the digest are now shown in `ctr images pull --local=false` Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -7231,6 +7231,7 @@ file {
|
||||
file {
|
||||
name: "github.com/containerd/containerd/api/types/transfer/progress.proto"
|
||||
package: "containerd.types.transfer"
|
||||
dependency: "github.com/containerd/containerd/api/types/descriptor.proto"
|
||||
message_type {
|
||||
name: "Progress"
|
||||
field {
|
||||
@@ -7268,6 +7269,14 @@ file {
|
||||
type: TYPE_INT64
|
||||
json_name: "total"
|
||||
}
|
||||
field {
|
||||
name: "desc"
|
||||
number: 6
|
||||
label: LABEL_OPTIONAL
|
||||
type: TYPE_MESSAGE
|
||||
type_name: ".containerd.types.Descriptor"
|
||||
json_name: "desc"
|
||||
}
|
||||
}
|
||||
options {
|
||||
go_package: "github.com/containerd/containerd/v2/api/types/transfer"
|
||||
|
||||
Reference in New Issue
Block a user