mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
@@ -27,7 +27,7 @@ func inspect(c *cli.Context) (*types.ImageInspect, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
case imgTypeAppc:
|
case imgTypeAppc:
|
||||||
return nil, fmt.Errorf("TODO")
|
return nil, fmt.Errorf("sorry, not implemented yet")
|
||||||
default:
|
default:
|
||||||
return nil, fmt.Errorf("%s image type is invalid, please use either 'docker' or 'appc'", imgType)
|
return nil, fmt.Errorf("%s image type is invalid, please use either 'docker' or 'appc'", imgType)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user