Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.9.1
Description
Updated
The org.jclouds.docker.domain.Image class contains repoTags field, which is empty by default. The ImageApi.inspectImage() method which returns Image instances doesn't retrieve info about the tags.
User can retrieve tags by using ImageApi.listImages() method which returns List<ImageSummary>. The ImageSummary instances correctly contain the tag information.