-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
CloudBees Docker Workflow 1.2
Workflow 1.10.1
Jenkins 1.631
centos7
When we use some images like 'centos:centos7', 'nodesource/centos7:0.12.7' or 'nodesource/jessie:0.12.7', it throws an exception when try to inspect the Id from the source:
Example:
FROM nodesource/centos7:0.12.7
RUN yum install -y epel-release
RUN yum install -y npm
Exception:
Running: Record trace of a Docker image used in FROM
Running: Allocate node : Body : End
Running: Allocate node : End
Running: End of Workflow
java.io.IOException: Cannot retrieve .Id from 'docker inspect centos:centos7'
at org.jenkinsci.plugins.docker.workflow.client.DockerClient.inspectRequiredField(DockerClient.java:176)
at org.jenkinsci.plugins.docker.workflow.FromFingerprintStep$Execution.run(FromFingerprintStep.java:114)
at org.jenkinsci.plugins.docker.workflow.FromFingerprintStep$Execution.run(FromFingerprintStep.java:74)
at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution.start(AbstractSynchronousStepExecution.java:40)
at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:136)
at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:112)
Thanks,
Henrique
[JENKINS-31507] docker.build throw IOExceptions with some sources
Component/s | New: docker-workflow-plugin [ 20625 ] | |
Component/s | Original: workflow-plugin [ 18820 ] |
Workflow | Original: JNJira [ 166912 ] | New: JNJira + In-Review [ 182512 ] |