[
https://issues.apache.org/jira/browse/LIBCLOUD-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavlos Tzianos updated LIBCLOUD-864:
------------------------------------
Description: In previous version of the docker api when the install_image()
method was called, the response would be one json doc with a success or fail
and the id of the pulled image of the id. Now, in docker api 1.24 the entire
sequence of logs produced while pulling the image is returned in a chunked
response. When the DockerResponse.parse_body() is called it fails to parse this
response and an exception is thrown. Also, previously the id was returned in a
field called id, now the image id is returned in a field marked sha256. (was:
In previous version of the docker api when the install_image() method was
called, the response would be one json doc with a success or fail and the id of
the pulled image of the id. Now, in docker api 1.24 the entire sequence of logs
produced while pulling the image is returned in a chunked response. When the
DockerResponse.parse_body() is called it fails to parse this response and an
exception is thrown. Also, previously the id was returned in a field called,
now the image id is returned in a field marked sha256.)
> Docker Driver install_image fails when parsing response
> -------------------------------------------------------
>
> Key: LIBCLOUD-864
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-864
> Project: Libcloud
> Issue Type: Bug
> Reporter: Pavlos Tzianos
> Priority: Minor
> Labels: easyfix, newbie
>
> In previous version of the docker api when the install_image() method was
> called, the response would be one json doc with a success or fail and the id
> of the pulled image of the id. Now, in docker api 1.24 the entire sequence of
> logs produced while pulling the image is returned in a chunked response. When
> the DockerResponse.parse_body() is called it fails to parse this response and
> an exception is thrown. Also, previously the id was returned in a field
> called id, now the image id is returned in a field marked sha256.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)