https://issues.jenkins-ci.org/browse/JENKINS-39748

On Thursday, 28 September 2017 18:49:04 UTC+8, Eric Tan wrote:
>
> Hi,
>
> Is there a way to prevent Jenkin from overriding the entrypoint specified 
> in the container image? 
> As shown below in the console output, Jenkins adds "*--entrypoint cat*" 
> which overrides my own entrypoint.
>
> $ docker run -t -d -u 1000:1000 -w 
> /var/jenkins_home/workspace/Test_Pipeline_master-K2ZSF4WTA --volumes-from 
> db477ccfb5f8261f85de03 -e ******** -e ******** -e ******** *--entrypoint cat* 
> test-app
>
>
>
> docker inspect shows:
>
>             "Entrypoint": [
>
>                 "cat"
>
>             ],
>
> The original image is 
>
>             "Entrypoint": [
>
>                 "python",
>
>                 "test-app.py"
>
>             ],
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b62b27a1-98e6-4e36-92d4-366fc0b508d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to