package buildkit

import "github.com/docker/docker/builder/builder-next"

Index

Types

type Builder

type Builder struct {
	// contains filtered or unexported fields
}

Builder can build using BuildKit backend

func New

func New(ctx context.Context, opt Opt) (*Builder, error)

New creates a new builder

func (*Builder) Build

func (b *Builder) Build(ctx context.Context, opt backend.BuildConfig) (*builder.Result, error)

Build executes a build request

func (*Builder) Cancel

func (b *Builder) Cancel(ctx context.Context, id string) error

Cancel cancels a build using ID

func (*Builder) Close

func (b *Builder) Close() error

func (*Builder) DiskUsage

func (b *Builder) DiskUsage(ctx context.Context) ([]*types.BuildCache, error)

DiskUsage returns a report about space used by build cache

func (*Builder) Prune

Prune clears all reclaimable build cache

func (*Builder) RegisterGRPC

func (b *Builder) RegisterGRPC(s *grpc.Server)

RegisterGRPC registers controller to the grpc server.

type Opt

type Opt struct {
	SessionManager      *session.Manager
	Root                string
	EngineID            string
	Dist                images.DistributionServices
	ImageTagger         mobyexporter.ImageTagger
	NetworkController   *libnetwork.Controller
	DefaultCgroupParent string
	RegistryHosts       docker.RegistryHosts
	BuilderConfig       config.BuilderConfig
	Rootless            bool
	IdentityMapping     idtools.IdentityMapping
	DNSConfig           config.DNSConfig
	ApparmorProfile     string
	UseSnapshotter      bool
	Snapshotter         string
	ContainerdAddress   string
	ContainerdNamespace string
}

Opt is option struct required for creating the builder

Source Files

builder.go controller.go executor_nolinux.go reqbodyhandler.go

Directories

PathSynopsis
builder/builder-next/adapters
builder/builder-next/adapters/containerimage
builder/builder-next/adapters/localinlinecache
builder/builder-next/adapters/snapshot
builder/builder-next/exporter
builder/builder-next/exporter/mobyexporter
builder/builder-next/exporter/overrides
builder/builder-next/imagerefchecker
builder/builder-next/worker
builder/builder-next/worker/label
Version
v26.1.3+incompatible
Published
May 15, 2024
Platform
js/wasm
Imports
81 packages
Last checked
1 hour ago

Tools for package owners.