Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Layered ¶
type Layered struct {
// contains filtered or unexported fields
}
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. This is necessary when the builder image does not include "sh" and "tar" as those tools are needed during the normal source injection process.
func New ¶
func New(client docker.Client, config *api.Config, fs fs.FileSystem, scripts build.ScriptsHandler, overrides build.Overrides) (*Layered, error)
New creates a Layered builder.
Click to show internal directories.
Click to hide internal directories.