[
https://issues.apache.org/jira/browse/JCLOUDS-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josef Cacek updated JCLOUDS-1021:
---------------------------------
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.
was:
The {{org.jclouds.docker.domain.Image}} class contains {{repoTags}} field, but
it's always empty. 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.
> Add JavaDoc to repoTags() value in org.jclouds.docker.domain.Image
> ------------------------------------------------------------------
>
> Key: JCLOUDS-1021
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1021
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-labs
> Affects Versions: 1.9.1
> Reporter: Josef Cacek
> Labels: docker
>
> *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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)