Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node.js imagestream with RHOAR version included #142

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions add-ons/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# RHOAR node.js Community ImageStreams Add-on

This add-on will enable imagestreams for developing and deploying node.js based applications on OpenShift.

See [Bucharest gold S2I GitHub site](https://github.com/bucharest-gold/centos7-s2i-nodejs) for more information.


## Deploy

To deploy this add-on

```
$ minishift addon apply nodejs
```

8 changes: 8 additions & 0 deletions add-ons/nodejs/nodejs.addon
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Name: nodejs
# Description: ImageStreams for developing and deploying application using node.js
# Url: https://github.com/bucharest-gold/centos7-s2i-nodejs
# Maintainer: Jorge Morales <[email protected]>

oc apply -f https://raw.githubusercontent.com/bucharest-gold/centos7-s2i-nodejs/master/imagestreams/nodejs-centos7.json -n openshift

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jorgemoralespou will this link will be always updated one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


echo Imagestreams have been installed in the openshift project and are available to use