Re: [scl.org] rhscl/nodejs-8-rhel7 npm: command not found

2018-02-22 Thread Petr Kubat
Hi Adrian, the npm command is actually installed inside the image, the collection is just not enabled in your case. With `RUN bash -c "npm --version"` instead: Sending build context to Docker daemon 478.7 kB Step 1/3 : FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7 Trying to pull

Re: [scl.org] ubi8/nodejs14 update request

2021-05-12 Thread Petr Kubat
Hi Jim, as was already said, the CVE fix already shipped (I guess your mail was stuck in some moderation queue?) and the image rebuilt to incorporate the fix. So just for the record - the grade of the image only gets dropped when the CVE is actually fixed in the specific RHEL or RHSCL version

Re: [scl.org] ubi8/nodejs-16-minimal HOME env and PATH

2021-12-21 Thread Petr Kubat
Hi Jose, thanks for the report! You are correct, the definitions should be in different ENV commands. I created a PR against sclorg repository: https://github.com/sclorg/s2i-nodejs-container/pull/309 Petr On 12/10/21 11:37 PM, Jose Gonzalez wrote: Hi there! I attempted to use the