build

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Build

func Build(c *cli.Context) error

Types

type BuildAndPushImageOptions

type BuildAndPushImageOptions struct {
	DockerfilePath  string
	BuildContext    string
	ApplicationName string
	SystemName      string
	Registry        string
	Tags            []string
	Push            bool
}

type CSharpProjectFile

type CSharpProjectFile struct {
	XMLName       xml.Name `xml:"Project"`
	SDK           string   `xml:"Sdk,attr"`
	PropertyGroup PropertyGroup
}

type DockerfileVariablesDotnet

type DockerfileVariablesDotnet struct {
	CsprojFile         string // required
	AssemblyName       string // required
	BaseImageTag       string // required
	RuntimeBaseImage   string // required
	IncludeFiles       []string
	IncludeDirectories []string
}

type GenerateDockerfileOptions

type GenerateDockerfileOptions struct {
	ProjectFile            string // required
	ApplicationName        string // required
	GoMainPackageDirectory string
	BuildContext           string
	IncludeFiles           []string
	IncludeDirectories     []string
}

type GoDockerfileVariables

type GoDockerfileVariables struct {
	ModuleDirectory      string // required
	BuildContext         string // required
	MainPackageDirectory string // required
	IncludeFiles         []string
	IncludeDirectories   []string
}

type PropertyGroup

type PropertyGroup struct {
	AssemblyName    string
	TargetFramework string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL