Documentation ¶
Index ¶
- type Source
- func (is *Source) ID() string
- func (is *Source) Resolve(ctx context.Context, id source.Identifier, sm *session.Manager, ...) (source.SourceInstance, error)
- func (is *Source) ResolveImageConfig(ctx context.Context, ref string, opt llb.ResolveImageConfigOpt, ...) (string, digest.Digest, []byte, error)
- type SourceOpt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct { SourceOpt // contains filtered or unexported fields }
Source is the source implementation for accessing container images
type SourceOpt ¶
type SourceOpt struct { ContentStore content.Store CacheAccessor cache.Accessor ReferenceStore reference.Store DownloadManager *xfer.LayerDownloadManager MetadataStore metadata.V2MetadataService ImageStore image.Store RegistryHosts docker.RegistryHosts LayerStore layer.Store LeaseManager leases.Manager GarbageCollect func(ctx context.Context) (gc.Stats, error) }
SourceOpt is options for creating the image source
Click to show internal directories.
Click to hide internal directories.