Versions in this module Expand all Collapse all v2 v2.3.1 May 25, 2026 Changes in this version + type BuildContext struct + Architectures []string + FunctionPath string + OSBasePath string + ProjectFS afero.Fs + SchemasPath string + func (c BuildContext) FunctionFS() afero.Fs + type Builder interface + Build func(ctx context.Context, c BuildContext) ([]v1.Image, error) + Name func() string + type Identifier interface + Identify func(fromFS afero.Fs, imageConfigs []pkgv1beta1.ImageConfig) (Builder, error) + var DefaultIdentifier Identifier = realIdentifier{} + var FakeIdentifier Identifier = nopIdentifier{} v2.3.0 May 21, 2026