You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Josef Cacek (JIRA)" <ji...@apache.org> on 2016/03/08 13:54:40 UTC

[jira] [Created] (JCLOUDS-1089) Add image history API support to Docker ImageApi

Josef Cacek created JCLOUDS-1089:
------------------------------------

             Summary: Add image history API support to Docker ImageApi
                 Key: JCLOUDS-1089
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1089
             Project: jclouds
          Issue Type: New Feature
          Components: jclouds-labs
    Affects Versions: 2.0.0
            Reporter: Josef Cacek


Add support for retrieving Docker [image history|https://docs.docker.com/engine/reference/api/docker_remote_api_v1.21/#get-the-history-of-an-image].  


It's helpful for instance when user wants to retrieve count of layers. It was possible to iterate through parent layers in older versions, but from Docker Engine version 1.10 (REST API ver. 22) it's not possible anymore. It doesn't return the parent ImageId. 

Some details in:  
https://github.com/docker/docker/issues/20131



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)