s2i-nodejs-container
s2i-nodejs-container copied to clipboard
NodeJS images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running NodeJS applications. Users can choose between Red Hat...
It would be great if the template could include an optional emptyDir volume and mountPath rather than having to add them by editing a deployment config YAML. This is particularly...
Hello, I'm trying to use your `s2i-nodejs-container` image to build a Angular2 image (from a git repository of a project of mine). There is a moment when the building fails...
I'm running OS 1.3 and this build fails behind a authenticated proxy due to an "unescaped character". I have imported the latest nodejs imagestream (centos), and still have this issue....
Running the node4 image, code doesn't seem to receive the SIGTERM event sent from openshift/kuberenetes.
I have a folder de-duplication PoC for nodejs available if anyone is interested: https://github.com/ryanj/origin-s2i-nodejs/
``` Alberts-MacBook-Pro:sti-nodejs alwong$ make test SKIP_SQUASH=0 VERSIONS="0.10" OS=centos7 VERSION= BASE_IMAGE_NAME=nodejs OPENSHIFT_NAMESPACES="0.10" TAG_ON_SUCCESS= TEST_MODE=true hack/build.sh hack/build.sh: line 73: conditional binary operator expected ```
Tested here: https://github.com/zmiklank/s2i-nodejs-container/pull/1 Also, should this be documented somewhere?
Two new env variables have been added for specifying on how to start the Node.js application. * `NODE_CMD` * `INIT_WRAPPER` These two env variables can be used as follow, assuming...
This fix, specifies nodejs version to be on 18, otherwise the build image does not build as described on this issue https://github.com/sclorg/s2i-nodejs-container/issues/357