Documentation
¶
Index ¶
- func Build(appDir, buildImage, runImage, repoName string, publish bool) error
- type BuildFlags
- func (b *BuildFlags) Analyze() error
- func (b *BuildFlags) Build() error
- func (b *BuildFlags) Close() error
- func (b *BuildFlags) Detect() (*lifecycle.BuildpackGroup, error)
- func (b *BuildFlags) Export(group *lifecycle.BuildpackGroup) error
- func (b *BuildFlags) Init() error
- func (b *BuildFlags) Run() error
- type BuilderConfig
- type BuilderFactory
- type Buildpack
- type FS
- type Stack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildFlags ¶ added in v0.0.2
type BuildFlags struct {
AppDir string
Builder string
RunImage string
RepoName string
Publish bool
NoPull bool
// Below are set by init
Cli *docker.Docker
WorkspaceVolume string
CacheVolume string
Stdout io.Writer
Stderr io.Writer
Log *log.Logger
FS FS
}
func (*BuildFlags) Analyze ¶ added in v0.0.3
func (b *BuildFlags) Analyze() error
func (*BuildFlags) Build ¶ added in v0.0.3
func (b *BuildFlags) Build() error
func (*BuildFlags) Close ¶ added in v0.0.3
func (b *BuildFlags) Close() error
func (*BuildFlags) Detect ¶ added in v0.0.3
func (b *BuildFlags) Detect() (*lifecycle.BuildpackGroup, error)
func (*BuildFlags) Export ¶ added in v0.0.3
func (b *BuildFlags) Export(group *lifecycle.BuildpackGroup) error
func (*BuildFlags) Init ¶ added in v0.0.3
func (b *BuildFlags) Init() error
func (*BuildFlags) Run ¶ added in v0.0.2
func (b *BuildFlags) Run() error
type BuilderConfig ¶ added in v0.0.3
type BuilderFactory ¶ added in v0.0.2
type BuilderFactory struct {
FS FS
}
func (*BuilderFactory) Create ¶ added in v0.0.2
func (f *BuilderFactory) Create(config BuilderConfig) error
Click to show internal directories.
Click to hide internal directories.