Bug 1310170
| Summary: | Custom Node.js Version Doesn't Take Effect | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Michael McNeill <mrmc> |
| Component: | openshift-controller-manager | Assignee: | Dan Mace <dmace> |
| Status: | CLOSED WORKSFORME | QA Contact: | zhou ying <yinzhou> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.2.0 | CC: | aos-bugs, kurktchiev, mrmc, rthrashe |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-08 20:47:37 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
Michael McNeill
2016-02-19 16:15:25 UTC
Thanks for your patience. Unfortunately, that blog post is from 2012 and the github repo that was used in that article <https://github.com/openshift/nodejs-custom-version-openshift> no longer exists - but I believe the original author has a repo here <https://github.com/ramr/nodejs-custom-version-openshift>. So you should be able to follow the steps in the readme from that github repo. It looks like you didn't add the repo as an upstream in your steps to reproduce. 1. rhc create-app example nodejs-0.10 2. cd example 3. git remote add upstream -m master git://github.com/ramr/nodejs-custom-version-openshift.git 4. git pull -s recursive -X theirs upstream master 5. echo "4.3.1" > .openshift/markers/NODEJS_VERSION 6. git commit -a -m "Updating Custom Version Number" 7. git push 8. rhc ssh example 9. node -v I was able to successfully get v4.3.1 using these steps. Please let me know if that helps. Given that there is a solution present and there isn't a code bug, I'm going to go ahead and close this. If the issue persists, feel free to reopen. |