Documentation ¶
Index ¶
- Variables
- func AddFile(base llb.State, path string, m fs.FileMode, content []byte) llb.State
- func AddSerializedJsonAsFile(base llb.State, path string, content any) (llb.State, error)
- func CopyFrom(src llb.State, srcPath, destPath string, copyInfo ...copyOpt) llb.StateOption
- func CopyFromExcluding(src llb.State, srcPath string, destPath string, exclude []string) llb.StateOption
- func FollowSymlink() func(ci *llb.CopyInfo)
- func Image(image string, platform specs.Platform) llb.State
- func ImageName(image string, platform *specs.Platform) llb.ConstraintsOpt
- func OCILayout(digest v1.Hash, opts ...llb.OCILayoutOption) llb.State
- func OCILayoutFromImage(ctx context.Context, image oci.Image) (llb.State, error)
- func Prebuilt(ctx context.Context, ref string, platform specs.Platform) (llb.State, error)
- func PrefixSh(prefix string, platform *specs.Platform, command string, args ...interface{}) []llb.RunOption
- func Reforge(ctx context.Context, fsys fs.FS, base llb.State, target string) (llb.State, error)
- type RunGo
Constants ¶
This section is empty.
Variables ¶
View Source
var GitCredentialsBuildkitSecret string
Functions ¶
func AddSerializedJsonAsFile ¶
func CopyFrom ¶
func CopyFrom(src llb.State, srcPath, destPath string, copyInfo ...copyOpt) llb.StateOption
func CopyFromExcluding ¶ added in v0.0.75
func FollowSymlink ¶
func OCILayoutFromImage ¶ added in v0.0.165
Types ¶
Click to show internal directories.
Click to hide internal directories.