//
pkg.gl
Category
github.com/openshift/source-to-image
pkg
build
strategies
layered
package
1.5.0
Repository:
https://github.com/openshift/source-to-image.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
19
Dependents
7
Files
204 SLOC
#
Functions
New
New creates a Layered builder.
#
Structs
Layered
A Layered builder builds images by first performing a docker build to inject (layer) the source code and s2i scripts into the builder image, prior to running the new image with the assemble script.