Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUbuntuBuilder ¶
Types ¶
type BaseBuilder ¶
func (*BaseBuilder) New ¶
func (b *BaseBuilder) New(opts BuilderOptions) error
type BuilderOptions ¶
type BuilderOptions struct {
// contains filtered or unexported fields
}
func (*BuilderOptions) FromUbuntuJammy ¶
func (opts *BuilderOptions) FromUbuntuJammy() *BuilderOptions
FromUbuntuJammy defines FROM directive as the Base OS source to use Ubuntu Jammy (22.04)
func (*BuilderOptions) WithGolang ¶
func (opts *BuilderOptions) WithGolang() *BuilderOptions
func (*BuilderOptions) WithTarget ¶
func (opts *BuilderOptions) WithTarget(targetName string) *BuilderOptions
Click to show internal directories.
Click to hide internal directories.