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

What is the best way to build (from source) or docker image and deploy into OSE/CDK #8

Open
alberttwong opened this issue Apr 19, 2016 · 5 comments
Labels

Comments

@alberttwong
Copy link
Contributor

alberttwong commented Apr 19, 2016

@eformat @sabre1041 @jawnsy There seems to be so many different methods. We listed all of them on the README page but would like your input.

@alberttwong alberttwong changed the title What is the best way to build (from source) or docker image and deploy into OSE What is the best way to build (from source) or docker image and deploy into OSE/CDK Apr 19, 2016
@sabre1041
Copy link
Contributor

sabre1041 commented Apr 19, 2016

@alberttwong So this repository contains two things: a S2I builder and a demonstration application that utilizes the S2I builder. The S2I builder uses the docker build strategy and any application that leverages the builder will use the source strategy type

@alberttwong
Copy link
Contributor Author

@sabre1041 did you see mike's instructions below yours? Which one do you think would be a better example?

@alberttwong
Copy link
Contributor Author

Maybe we also need a set of instructions for OSE to just load a pre-built docker+code image now that you mention it.

@sabre1041
Copy link
Contributor

Building the builder I could go either way. You can build them image using OSE or standalone and push to a docker registry (or even the integrated docker registry). The S2I tool should not be used in a standalone fashion when working with OSE as the tool is integrated and hardened within the product

@alberttwong
Copy link
Contributor Author

alberttwong commented Apr 19, 2016

We didn't put in the json option. What you think of that? (ex. oc create -f https://raw.githubusercontent.com/ryanj/origin-s2i-nodejs/master/image-streams.json)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants