1
0
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:
Maciej Szulik
2015-01-28 10:43:18 +01:00
parent 634d2ca210
commit fafac1c1ee
2 changed files with 26 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
# source-to-image (sti) [![Build Status](https://travis-ci.org/openshift/source-to-image.svg?branch=master)](https://travis-ci.org/openshift/source-to-image)
# source-to-image (sti)
[![GoDoc](https://godoc.org/github.com/openshift/source-to-image?status.png)](https://godoc.org/github.com/openshift/source-to-image)
[![Travis](https://travis-ci.org/openshift/source-to-image.svg?branch=master)](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