[ 
https://issues.apache.org/jira/browse/JCLOUDS-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14160069#comment-14160069
 ] 

Andrea Turli commented on JCLOUDS-737:
--------------------------------------

[~bklau2006],

re 1. inspectImage there is an interesting inconsistency:

GET http://192.168.59.103:2375/images/json?all=1
...
    {
        "Created": 1371157430, 
        "Id": 
"511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158", 
        "ParentId": "", 
        "RepoTags": [
            "<none>:<none>"
        ], 
        "Size": 0, 
        "VirtualSize": 0
    } 
...

while

GET 
http://192.168.59.103:2375/images/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/json?all=1
{
    "Architecture": "x86_64", 
    "Author": "", 
    "Comment": "Imported from -", 
    "Config": null, 
    "Container": "", 
    "ContainerConfig": {
        "AttachStderr": false, 
        "AttachStdin": false, 
        "AttachStdout": false, 
        "Cmd": null, 
        "CpuShares": 0, 
        "Cpuset": "", 
        "Domainname": "", 
        "Entrypoint": null, 
        "Env": null, 
        "ExposedPorts": null, 
        "Hostname": "", 
        "Image": "", 
        "Memory": 0, 
        "MemorySwap": 0, 
        "NetworkDisabled": false, 
        "OnBuild": null, 
        "OpenStdin": false, 
        "PortSpecs": null, 
        "StdinOnce": false, 
        "Tty": false, 
        "User": "", 
        "Volumes": null, 
        "WorkingDir": ""
    }, 
    "Created": "2013-06-13T14:03:50.821769-07:00", 
    "DockerVersion": "0.4.0", 
    "Id": "511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158", 
    "Os": "", 
    "Parent": "", 
    "Size": 0
}

so inspectImage doesn't contain RepoTags

we should ask Docker community to reconcile it, I think.

Best,
Andrea

> Docker bindings needs upgrade to  Docker API 1.4
> ------------------------------------------------
>
>                 Key: JCLOUDS-737
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-737
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs
>    Affects Versions: 1.8.0
>            Reporter: BK Lau
>            Assignee: Andrea Turli
>
> Current Docker binding to Docker Remote API seems to be based on v1.13.
> Needs an upgrade to v.1.14[1] as it expose more functionality, esp the 
> networks which is important.
> [1] https://docs.docker.com/reference/api/docker_remote_api_v1.14/
> [2] Upgrade should be based on Docker server 1.2



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

Reply via email to