Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + func Dockefile2Outline(ctx context.Context, dt []byte, opt ConvertOpt) (*outline.Outline, error) + func ListTargets(ctx context.Context, dt []byte) (*targets.List, error) + type ConvertOpt struct + Client *dockerui.Client + LLBCaps *apicaps.CapSet + MainContext *llb.State + MetaResolver llb.ImageMetaResolver + SourceMap *llb.SourceMap + TargetPlatform *ocispecs.Platform + Warn func(short, url string, detail [][]byte, location *parser.Range) + type SBOMTargets struct + Core llb.State + Extras map[string]llb.State + IgnoreCache bool + func Dockerfile2LLB(ctx context.Context, dt []byte, opt ConvertOpt) (*llb.State, *image.Image, *SBOMTargets, error)