Fix func (m manager) Info in containerd-shim-runc-v2
Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
parent
c1d59e38ef
commit
e15f191a2d
@ -286,7 +286,7 @@ func (m manager) Info(ctx context.Context, optionsR io.Reader) (*types.RuntimeIn
|
||||
Name: m.name,
|
||||
Version: &types.RuntimeVersion{
|
||||
Version: version.Version,
|
||||
Revision: version.Version,
|
||||
Revision: version.Revision,
|
||||
},
|
||||
Annotations: nil,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user