1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

Minimal s2i builder image tutorial

This commit is contained in:
pi-victor
2015-11-20 22:42:43 +01:00
parent adec89590b
commit 657febbcc9
8 changed files with 169 additions and 1 deletions

View File

@@ -14,7 +14,6 @@ Interested in learning more? Read on!
Want to just get started now? Check out the [instructions](#getting-started).
# Philosophy
1. Simplify the process of application source + builder image -> usable image for most use cases (the
@@ -29,6 +28,8 @@ Want to just get started now? Check out the [instructions](#getting-started).
# Anatomy of a builder image
See a practical tutorial on how to create a builder image [here](examples/TUTORIAL.md)
Creating builder images is easy. `s2i` looks for you to supply the following scripts to use with an
image: