Expose RepoTags from inspect image command

docker inspect includes a field like so:

    "RepoTags": [
        "my-registry.example.com:5000/imageName:tag"
    ],

It would be very useful if the inspect image command exposed this - I think it just needs adding to InspectImageResponse.