package exporter
import "github.com/moby/buildkit/exporter"
Index ¶
Types ¶
type Exporter ¶
type ExporterInstance ¶
type ExporterInstance interface { Name() string Export(ctx context.Context, src Source, sessionID string) (map[string]string, error) }
type Source ¶
type Source struct { Ref cache.ImmutableRef Refs map[string]cache.ImmutableRef Metadata map[string][]byte }
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
exporter/containerimage | |
exporter/containerimage/exptypes | |
exporter/local | |
exporter/oci | |
exporter/tar |
- Version
- v0.8.0-rc2
- Published
- Nov 19, 2020
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 8 minutes ago –
Tools for package owners.