Versions in this module Expand all Collapse all v0 v0.1.1 Jan 1, 2025 v0.1.0 Dec 31, 2024 Changes in this version + var MountWithID = func(id string) MountOption + var MountWithTargetPath = func(targetPath string) MountOption + var WithAuthSource = func(prefix string, auth authn.AuthConfig) Option + var WithCacheExpiration = func(exp time.Duration) Option + var WithEnableDefaultKeychain = func() Option + var WithExtraDirs = func(extraDirs []string) Option + var WithWorkDir = func(workDir string) Option + type ImageMount struct + func (im *ImageMount) ConfigFile() (*v1.ConfigFile, error) + func (im *ImageMount) MountPoint() string + func (im *ImageMount) Unmount() error + func (im *ImageMount) Wait() + type MountOption func(*ImageMount) + type OCIFS struct + func New(opts ...Option) (*OCIFS, error) + func (o *OCIFS) Mount(imgRef string, opts ...MountOption) (*ImageMount, error) + type Option func(*OCIFS)