Documentation ¶
Index ¶
Constants ¶
View Source
const ( VariantOCI = "oci" VariantDocker = "docker" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerExporter ¶
type DockerExporter struct {
// contains filtered or unexported fields
}
DockerExporter implements exporting to Docker Combined Image JSON + Filesystem Changeset Format v1.1 https://github.com/moby/moby/blob/master/image/spec/v1.1.md#combined-image-json--filesystem-changeset-format The outputed tarball is also compatible wih OCI Image Format Specification
type ExporterVariant ¶
type ExporterVariant string
type Opt ¶
type Opt struct { SessionManager *session.Manager ImageWriter *containerimage.ImageWriter Variant ExporterVariant }
Click to show internal directories.
Click to hide internal directories.