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...
This is a draft so far. Let's see what tests say.
Making `npm ci` to run by default and if it fails for any reason we will run `npm install` as a backup, this will prevent build from failure for developers...
Adding support for unstable tests. Depends on https://github.com/sclorg/container-common-scripts/pull/268, thus not yet mergeable or testable in here.
OpenShift 4 tests are failing on NodeJS 12. See https://github.com/sclorg/s2i-nodejs-container/pull/323
# Concept Hi there, Since [pnpm](https://pnpm.io/) and [yarn](https://yarnpkg.com/) is becoming [more and more popular ](https://www.npmtrends.com/npm-vs-pnpm-vs-yarn) in nodejs development community. npm is not the only package manager any more I think...
When trying to build & running an image from a project containing the `node_modules` directory I got following error: ``` s2i build ./ registry.access.redhat.com/ubi8/nodejs-16 quay.io/mvasek/fn-n:latest node:internal/modules/cjs/loader:936load Completed in 38ms throw...
Hi there! I've noticed that setting the NODE_ENV variable to something other than "production" doesn't takes the nodejs runtime mode into account. My package.json has the following scripts added: "scripts":...
Fix in node-rdkafka works only with gcc-8 available on RHEL8 and not with gcc-4.8 available on RHEL7. It would be nice to skip this test from RHEL7, CentOS7. Upstream PR...
Yarn is a lot more predictable and has better performance over NPM https://blog.heroku.com/yarn-deterministic-dependency-resolution It'd be good if we could package yarn into the nodejs images and only use it if...
hello, i see that there is an rpm for node 14.18.2 available now. what is the process for generating new minor version images?