//
pkg.gl
Category
github.com/openshift/docker-source-to-images
pkg
build
strategies
onbuild
package
0.5.1
Repository:
https://github.com/openshift/docker-source-to-images.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
0
Files
197 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.