mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
Fixed typo in save-artifacts description, added test/run description, release link and godoc reference to README.md
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
# source-to-image (sti) [](https://travis-ci.org/openshift/source-to-image)
|
||||
# source-to-image (sti)
|
||||
|
||||
[](https://godoc.org/github.com/openshift/source-to-image)
|
||||
[](https://travis-ci.org/openshift/source-to-image)
|
||||
|
||||
|
||||
Source-to-image (`sti`) is a tool for building reproducible docker images. `sti` produces
|
||||
ready-to-run images by injecting source code into a docker image and *assembling*
|
||||
@@ -93,7 +97,8 @@ $ hack/build-go.sh
|
||||
|
||||
# Getting Started
|
||||
|
||||
You can start using `sti` right away with the following test sources and publicly available images:
|
||||
You can start using `sti` right away (see [releases](https://github.com/openshift/source-to-image/releases))
|
||||
with the following test sources and publicly available images:
|
||||
|
||||
```
|
||||
$ sti build git://github.com/pmorie/simple-ruby openshift/ruby-20-centos test-ruby-app
|
||||
|
||||
Reference in New Issue
Block a user