Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime interface { ContainerName() string BuildIgnore() []string BaseDockerFile(w io.Writer) error BuildArgs() map[string]string }
func NewRunTimeFromHandler ¶
type RuntimeExt ¶
type RuntimeExt string
const ( RuntimeTypescript RuntimeExt = "ts" RuntimeJavascript RuntimeExt = "js" RuntimePython RuntimeExt = "py" RuntimeGolang RuntimeExt = "go" RuntimeCsharp RuntimeExt = "cs" RuntimeUnknown RuntimeExt = "" )
type WrappedBuildInput ¶ added in v1.12.0
func WrapperBuildArgs ¶ added in v1.12.0
func WrapperBuildArgs(config *WrapperBuildArgsConfig) (*WrappedBuildInput, error)
Click to show internal directories.
Click to hide internal directories.