Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DryRunDriver ¶
type DryRunDriver struct {
// contains filtered or unexported fields
}
DryRunDriver is a driver that just simulates the build process
func NewDryRunDriver ¶
func NewDryRunDriver(w io.Writer) *DryRunDriver
NewDryRunDriver creates a new DryRunDriver
func (*DryRunDriver) Build ¶
func (d *DryRunDriver) Build(ctx context.Context, i *image.Image, options *image.BuildDriverOptions) error
Build simulate a new image build
Click to show internal directories.
Click to hide internal directories.