Documentation ¶
Index ¶
- Variables
- type Builder
- func (b *Builder) Build(ctx context.Context, ui terminal.UI, log hclog.Logger) (*ecr.Image, error)
- func (b *Builder) BuildFunc() interface{}
- func (b *Builder) Config() (interface{}, error)
- func (p *Builder) ConfigSet(config interface{}) error
- func (b *Builder) Documentation() (*docs.Documentation, error)
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var Options = []sdk.Option{ sdk.WithComponents(&Builder{}), }
Options are the SDK options to use for instantiation.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder uses `docker build` to build a Docker iamge.
func (*Builder) BuildFunc ¶
func (b *Builder) BuildFunc() interface{}
BuildFunc implements component.Builder
func (*Builder) Documentation ¶
func (b *Builder) Documentation() (*docs.Documentation, error)
Click to show internal directories.
Click to hide internal directories.