Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶ added in v1.1.0
type Builder struct {
// contains filtered or unexported fields
}
Builder is a builder for custom artifacts
func NewArtifactBuilder ¶
func NewArtifactBuilder(localDocker docker.LocalDaemon, cfg docker.Config, pushImages bool, skipTest bool, additionalEnv []string) *Builder
NewArtifactBuilder returns a new custom artifact builder
func (*Builder) Build ¶ added in v1.1.0
func (b *Builder) Build(ctx context.Context, out io.Writer, artifact *latest.Artifact, tag string, platforms platform.Matcher) (string, error)
Build builds an artifact using a custom script
func (*Builder) SupportedPlatforms ¶ added in v1.36.0
Click to show internal directories.
Click to hide internal directories.