Nevermind. Found an open issue: https://github.com/openshift/origin/issues/4967
I’ll have to fork the fabric8 builder image I suppose. From: <[email protected]<mailto:[email protected]>> on behalf of Nicholas Baker <[email protected]<mailto:[email protected]>> Date: Monday, January 25, 2016 at 2:25 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Passing Environment variables to "oc new-app" Hey All, I’m having trouble passing environment variables to new-app performing an s2i. The following works: s2i build -e "MAVEN_ARGS=install karaf:assembly karaf:archive -DskipTests -e " git://github.com/CodeOnCoffee/camel-hello-world fabric8/s2i-k araf dhirajsb/camel-hello-world --loglevel=4 But calling oc new-app does not seem to pass through the varaibles: oc new-app --env="MAVEN_ARGS=install karaf:assembly karaf:archive -DskipTests -e" fabric8/s2i-karaf~git://github.com/CodeOnCoffee/camel-hello-world oc new-app --env=MAVEN_ARGS="install karaf:assembly karaf:archive -DskipTests -e" fabric8/s2i-karaf~git://github.com/CodeOnCoffee/camel-hello-world Any help appreciated! Nick
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
