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