Documentation
¶
Index ¶
Constants ¶
View Source
const Moby = "moby"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildkitCallbacks ¶
type BuildkitCallbacks struct {
// Exported is a Called when an image is exported by buildkit.
Exported func(ctx context.Context, id string, desc ocispec.Descriptor)
}
type ImageTagger ¶
type Opt ¶
type Opt struct {
// Callbacks contains callbacks used by the image exporter.
Callbacks BuildkitCallbacks
// ImageTagger is used to tag the image after it is exported.
ImageTagger ImageTagger
}
Opt are options for the exporter wrapper.
Click to show internal directories.
Click to hide internal directories.