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/393894c9-add9-4bce-93e9-8edca9351c7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to