Versions in this module Expand all Collapse all v0 v0.19.3 Oct 23, 2025 v0.19.0 Sep 30, 2025 Changes in this version + func Dockerfile2Outline(ctx context.Context, dt []byte, opt ConvertOpt) (*outline.Outline, error) + func DockerfileLint(ctx context.Context, dt []byte, opt ConvertOpt) (*lint.LintResults, error) + func ListTargets(ctx context.Context, dt []byte) (*targets.List, error) + type ConvertOpt struct + AllStages bool + Client *dockerui.Client + LLBCaps *apicaps.CapSet + MainContext *llb.State + MetaResolver llb.ImageMetaResolver + SourceMap *llb.SourceMap + TargetPlatform *ocispecs.Platform + Warn linter.LintWarnFunc + type SBOMTargets struct + Core llb.State + Extras map[string]llb.State + IgnoreCache bool + func Dockerfile2LLB(ctx context.Context, dt []byte, opt ConvertOpt) (st *llb.State, img, baseImg *dockerspec.DockerOCIImage, sbom *SBOMTargets, ...)