[
https://issues.apache.org/jira/browse/JCLOUDS-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14159604#comment-14159604
]
BK Lau commented on JCLOUDS-737:
--------------------------------
Some logs and output regarding 2 new issues reported above:
1. inspect image returns empty repoTags:
Image{id=f0fe5d88bf998abaf4bd61a8d9ba0d637cc9a5dc33183c9de783e6782aa68e36,
parent=ddee5e50434d8bbdc70b4866edfd49535461d42819c0247359d6e5734e8f0f55,
created=2014-10-02T21:41:02.410546878Z,
container=83945226feef047dffa6420c9c50541965554e4418512a603794737c4f37b98a,
dockerVersion=1.2.0-dev, architecture=amd64, os=linux, size=0,
virtualSize=703268862, repoTags=[]}
2. DockerAPI.getRemoteApi.close() throws exception:
Exception in thread "main" java.lang.IllegalStateException: Optional.get()
cannot be called on an absent value
at com.google.common.base.Absent.get(Absent.java:47)
at
org.jclouds.rest.internal.RestAnnotationProcessor.apply(RestAnnotationProcessor.java:206)
at
org.jclouds.rest.internal.RestAnnotationProcessor.apply(RestAnnotationProcessor.java:129)
at
org.jclouds.rest.internal.InvokeHttpMethod.toCommand(InvokeHttpMethod.java:188)
at
org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:84)
at
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at
org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at
com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy49.close(Unknown Source)
> 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)