Bug 1568080

Summary: add yarn (at least v1.5.1) rpm for nodejs based openshift images
Product: Red Hat Software Collections Reporter: Gabe Montero <gmontero>
Component: rh-nodejs8Assignee: Zuzana Svetlikova <zsvetlik>
Status: CLOSED NOTABUG QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rh-nodejs8CC: akhaitov, bparees, hhorak, lkuprova, lzachar
Target Milestone: ---   
Target Release: 3.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-17 17:43:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gabe Montero 2018-04-16 18:00:38 UTC
See discussion in https://github.com/openshift/jenkins/pull/545

Several upstream openshift jenkins users leveraging the nodejs8 agent image would like to use yarn instead of npm

Ultimately, the openshift/jenkins repo would yum install yarn in its nodejs8 image for users to then leverage when using that image for the nodejs builds.

Notions like making it available similarly to pipenv, i.e. when yarn needed, it could be installed first via npm, and then the yarn is used, were discussed but dismissed.

Comment 5 Gabe Montero 2018-08-17 17:43:38 UTC
With a recent email thread we've agreed to pick this up with when we craft the openshift jenkins nodejs v10 image (which will be rhaor based instead of rhscl based).