# Functions
PullOCISIF will create an OCI-SIF image in the cache if directTo="", or a specific file if directTo is set.
PushOCISIF pushes a single image from sourceFile to the OCI registry destRef.
# Constants
DefaultLayerFormat will push layers to a registry as-is.
SquashfsLayerFormat will push layers to a registry as squashfs only.
TarLayerFormat will push layers to a registry as tar only, for compatibility with other runtimes.
# Structs
No description provided by the author
PushOptions provides options/configuration that determine the behavior of a push to an OCI registry.