Versions in this module Expand all Collapse all v0 v0.3.1 Oct 17, 2018 v0.3.0 Oct 12, 2018 Changes in this version + const DefaultCopyImage + func DetectSyntax(r io.Reader) (string, string, bool) + func ParseDirectives(r io.Reader) map[string]string + func WithInternalName(name string, a ...interface{}) llb.ConstraintsOpt + type ConvertOpt struct + BuildArgs map[string]string + BuildContext *llb.State + BuildPlatforms []specs.Platform + CacheIDNamespace string + Excludes []string + ExtraHosts []llb.HostIP + ForceNetMode pb.NetMode + IgnoreCache []string + ImageResolveMode llb.ResolveMode + LLBCaps *apicaps.CapSet + Labels map[string]string + MetaResolver llb.ImageMetaResolver + OverrideCopyImage string + PrefixPlatform bool + SessionID string + Target string + TargetPlatform *specs.Platform + type HealthConfig struct + Interval time.Duration + Retries int + StartPeriod time.Duration + Test []string + Timeout time.Duration + type Image struct + Config ImageConfig + func Dockerfile2LLB(ctx context.Context, dt []byte, opt ConvertOpt) (*llb.State, *Image, error) + type ImageConfig struct + ArgsEscaped bool + Healthcheck *HealthConfig + OnBuild []string + Shell strslice.StrSlice + StopTimeout *int