1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/openshift-developer-cli-openshift-source-to-image.adoc
2019-12-19 14:26:19 +00:00

11 lines
525 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/openshift_developer_cli/odo-architecture.adoc
[id="openshift-source-to-image_{context}"]
= OpenShift source-to-image
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.
{odo-title} uses S2I builder image for executing developer source code inside a container.