//
pkg.gl
Category
github.com/openshift/source-to-image
pkg
build
strategies
onbuild
package
1.5.0
Repository:
https://github.com/openshift/source-to-image.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
21
Dependents
7
Files
229 SLOC
#
Functions
GuessEntrypoint
GuessEntrypoint tries to guess the valid entrypoint from the source code repository.
New
New returns a new instance of OnBuild builder.
#
Structs
OnBuild
OnBuild strategy executes the simple Docker build in case the image does not support STI scripts but has ONBUILD instructions recorded.