docker-workflow-plugin icon indicating copy to clipboard operation
docker-workflow-plugin copied to clipboard

[JENKINS-39748] provide Image.exec() to avoid disabling ENTRYPOINT in the image

Open hogarth-sv opened this issue 9 years ago • 3 comments

There were comments on JENKINS-37987 that the change to overriding ENTRYPOINT on Image.inside() (#63) broke workflows.

On the way to JENKINS-26179 this was a fairly simple change whilst heading towards a Container.exec()

This adds a new Image.exec() {} which behaves identically to Image.inside() {} with the one exception that it does not override ENTRYPOINT so images that rely on ENTRYPOINT not being messed with can still be used.

hogarth-sv avatar Nov 14 '16 14:11 hogarth-sv

Any chance this could be reviewed and merged?

mskutin avatar Nov 24 '16 06:11 mskutin

Alternately, JENKINS-40170.

jglick avatar Feb 13 '17 20:02 jglick