Skip to content

Commit 041b335

Browse files
author
Jonathan Yu
committed
README.md: Updates to "What can I run on Origin?" section
* Split paragraphs into smaller chunks to improve readability * Update references to s2i images, which have been moved to sclorg and openshift-s2i * Correct capitalization of language names (NodeJS -> Node.js, Wildfly -> WildFly)
1 parent f7fddd7 commit 041b335

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,20 @@ FAQ
9696

9797
3. What can I run on Origin?
9898

99-
Origin is designed to run any existing Docker images. In addition you can define builds that will produce new Docker images from a Dockerfile. However the real magic of Origin can be seen when using [Source-To-Image](https://github.com/openshift/source-to-image) builds which allow you to simply supply an application source repository which will be combined with an existing Source-To-Image enabled Docker image to produce a new runnable image that runs your application. We are continuing to grow the ecosystem of Source-To-Image enabled images and documenting them [here](http://docs.openshift.org/latest/using_images/s2i_images/overview.html). Our available images are:
99+
Origin is designed to run any existing Docker images. Additionally, you can define builds that will produce new Docker images using a `Dockerfile`.
100100

101-
* [Ruby](https://github.com/openshift/sti-ruby)
102-
* [Python](https://github.com/openshift/sti-python)
103-
* [NodeJS](https://github.com/openshift/sti-nodejs)
104-
* [PHP](https://github.com/openshift/sti-php)
105-
* [Perl](https://github.com/openshift/sti-perl)
106-
* [Wildfly](https://github.com/openshift/wildfly-8-centos)
101+
However, the real magic of Origin is [Source-to-Image (S2I)](https://github.com/openshift/source-to-image) builds, which allow developers to simply provide an application source repository containing code to build and run. It works by combining an existing S2I-enabled Docker image with application source to produce a new runnable image for your application.
107102

108-
Your application image can be easily extended with a database service with our [database images](http://docs.openshift.org/latest/using_images/db_images/overview.html). Our available database images are:
103+
We are continuing to grow the [ecosystem of Source-to-Image builder images](https://docs.openshift.org/latest/using_images/s2i_images/overview.html) and it's straightforward to [create your own](https://blog.openshift.com/create-s2i-builder-image/). Some of our available images include:
104+
105+
* [Ruby](https://github.com/sclorg/s2i-ruby-container)
106+
* [Python](https://github.com/sclorg/s2i-python-container)
107+
* [Node.js](https://github.com/sclorg/s2i-nodejs-container)
108+
* [PHP](https://github.com/sclorg/s2i-php-container)
109+
* [Perl](https://github.com/sclorg/s2i-perl-container)
110+
* [WildFly](https://github.com/openshift-s2i/s2i-wildfly)
111+
112+
Your application image can be easily extended with a database service with our [database images](https://docs.openshift.org/latest/using_images/db_images/overview.html):
109113

110114
* [MySQL](https://github.com/openshift/mysql)
111115
* [MongoDB](https://github.com/openshift/mongodb)

0 commit comments

Comments
 (0)