1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/developer-cli-odo-openshift-source-to-image.adoc

11 lines
519 B
Plaintext
Raw Normal View History

2019-12-06 20:37:15 +01:00
// Module included in the following assemblies:
//
2020-05-11 14:48:40 +02:00
// * cli_reference/developer_cli_odo/odo-architecture.adoc
2019-12-06 20:37:15 +01:00
[id="openshift-source-to-image_{context}"]
= OpenShift source-to-image
2020-10-01 10:02:53 -07:00
OpenShift Source-to-Image (S2I) is an open-source project which helps in building artifacts from source code and injecting these into container images. S2I produces ready-to-run images by building source code without the need of a Dockerfile.
2019-12-06 20:37:15 +01:00
{odo-title} uses S2I builder image for executing developer source code inside a container.