-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major
-
Component/s: docker-plugin
-
None
When use docker-plugin in Jenkins. When a job is to run on the docker container, jenkins will try to create a container based on the docker image. On the docker server, I see below logs:
2014/08/28 21:03:58 GET /images/json?filter=ca8645708fad&all=true
As a result, jenkins can't find the image. I think the above url has some problem, it should be /images/json?id=ca8645708fad&all=true
Please help confirm it.
Thanks,
Alben Shao