Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NodeImageVersion = "node:20" GolangImageVersion = "golang:1.23" RuntimeImageVersion = "lishimeng/alpine:3.17" ImageSubNamespace = "library" )
runtime image config
Functions ¶
func Generate ¶
func Generate(p Project, apps ...Application) (err error)
func GenerateBaseDockerfile ¶ added in v1.10.14
Types ¶
type Application ¶ added in v1.11.8
type DockerParam ¶ added in v1.11.9
type DockerParam struct { Pro Project App Application BuildImageVersion ImageVersion }
type ImageVersion ¶ added in v1.19.2
type Param ¶
type Param struct { Pro Project Applications []Application }
Click to show internal directories.
Click to hide internal directories.