s2i-nodejs-container icon indicating copy to clipboard operation
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...

Results 65 s2i-nodejs-container issues
Sort by recently updated
recently updated
newest added

Do not merge, just testing whether tests pass...

pr/missing-review

The `ct_check_testcase_result` seems to be the right function to use instead of `check_result` Fix: #456

pr/failing-ci

This issue fixes CentOS Stream failures for version 22. The commit contains also references why it was deprecated. Closes #452

bug
P1
ready for review
easyfix
pr/missing-review
pr/failing-ci

Removal of the cache has to be the last things done in the assemble script. Calling `npm` after deleting the cache folder will cause npm to recreate it - which...

bug
ready for review
pr/missing-review

CentOS Stream 22 is failing on this test. ``` Running test test_run_binary_application (starting at 2024-09-25 10:49:01+00:00) ... ----------------------------------------------- hint: Using 'master' as the name for the initial branch. This default...

bug
help wanted
P1

### Description See test/run of nodejs-18-minimal. It uses `check_result $?` which isn't defined in used files.

Add two test cases to verify that if: * Container is in fips mode, node is also using fips mode. * Container isnt in fips mode, node also isnt using...

This PR requires the changes in the nodejs18 RPMs to get to the stable repo first, they're in bodhi now: https://bodhi.fedoraproject.org/updates/FEDORA-2025-e21c7819e3 The update ^^ fixes a problem that nodejs18 pulled...

pr/missing-review
pr/failing-ci

Our NightlyBuild tests have detected an error on `test_run_binary_application`. RHEL8 error: ``` Running test test_run_binary_application (starting at 2025-02-03 20:43:04-05:00) ... ----------------------------------------------- Reinitialized existing Git repository in /var/tmp/daily_scl_tests/rhel8-test-S2I/plans/nightly-container-rhel8/data/s2i-nodejs-container/test/test-binary/.git/ On branch master...

### Container platform _No response_ ### Version Many ### OS version of the container image _No response_ ### Bugzilla, Jira _No response_ ### Description `NPM_RUN=start` is declared twice E.g. in...