Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bundle ¶
Bundle is a native OCI bundle, created from imageRef.
func (*Bundle) Create ¶
Create will created the on-disk structures for the OCI bundle, so that it is ready for execution.
func (*Bundle) Delete ¶
Delete erases OCI bundle created an OCI image ref
FIXME: use context for cancellation, or remove.
type Option ¶
func OptBundlePath ¶
OptBundlePath sets the path that the bundle will be created at.
func OptImageRef ¶
OptImageRef sets the image source reference, from which the bundle will be created.
func OptImgCache ¶
OptImgCache sets the Singularity image cache used to pull through OCI blobs.
func OptSysCtx ¶
func OptSysCtx(sc *types.SystemContext) Option
OptSysCtx sets the OCI client SystemContext holding auth information etc.
Click to show internal directories.
Click to hide internal directories.