|
96 | 96 |
|
97 | 97 | 3. What can I run on Origin?
|
98 | 98 |
|
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`. |
100 | 100 |
|
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. |
107 | 102 |
|
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): |
109 | 113 |
|
110 | 114 | * [MySQL](https://github.com/openshift/mysql)
|
111 | 115 | * [MongoDB](https://github.com/openshift/mongodb)
|
|
0 commit comments