mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 03:45:02 +01:00
Update README.md
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
[](https://pkg.go.dev/github.com/openshift/source-to-image)
|
||||
[](https://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
|
||||
# Source-To-Image (S2I)
|
||||
|
||||
## Overview
|
||||
|
||||
[](https://goreportcard.com/report/github.com/openshift/source-to-image)
|
||||
[](https://godoc.org/github.com/openshift/source-to-image)
|
||||
[](https://travis-ci.org/openshift/source-to-image)
|
||||
[](https://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
|
||||
Source-to-Image (S2I) is a toolkit and workflow for building reproducible container images from source code. S2I produces
|
||||
ready-to-run images by injecting source code into a container image and letting the container prepare that source code for execution. By creating self-assembling **builder images**, you can version and control your build environments exactly like you use container images to version your runtime environments.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user