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
