Documentation ¶
Index ¶
Constants ¶
View Source
const Moby = "moby"
Variables ¶
This section is empty.
Functions ¶
func NewWrapper ¶
NewWrapper returns an exporter wrapper that applies moby specific attributes and hooks the export process.
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) // Named is a callback that is called when an image is created in the // containerd image store by buildkit. Named func(ctx context.Context, ref reference.NamedTagged, desc ocispec.Descriptor) }
Click to show internal directories.
Click to hide internal directories.