Documentation
¶
Index ¶
- Constants
- func Build(_ context.Context, c *cli.Command) error
- func Command() *cli.Command
- func GetImageName(registry string, systemName string, applicationName string) (string, error)
- type CSharpProjectFile
- type DockerfileVariablesDotnet
- type DockerfileVariablesGo
- type DockerfileVariablesPython
- type GenerateDockerfileOptions
- type PropertyGroup
Constants ¶
View Source
const ( DefaultElviaContainerRegistry = "containerregistryelvia.azurecr.io" DefaultCacheTag = "latest-cache" )
View Source
const DefaultPythonVersion = "3.13"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSharpProjectFile ¶
type CSharpProjectFile struct { XMLName xml.Name `xml:"Project"` SDK string `xml:"Sdk,attr"` PropertyGroup PropertyGroup `xml:"PropertyGroup"` }
type DockerfileVariablesGo ¶ added in v0.4.1
type DockerfileVariablesPython ¶ added in v0.24.0
type DockerfileVariablesPython struct {
PythonVersion string
}
type PropertyGroup ¶
Click to show internal directories.
Click to hide internal directories.