Versions in this module Expand all Collapse all v1 v1.7.0 Oct 31, 2022 v1.6.9 Oct 23, 2022 Changes in this version + type Image struct + ChainID string + ID string + ImageSpec imagespec.Image + References []string + Size int64 + type Store struct + func NewFakeStore(images []Image) (*Store, error) + func NewStore(client *containerd.Client) *Store + func (s *Store) Get(id string) (Image, error) + func (s *Store) List() []Image + func (s *Store) Resolve(ref string) (string, error) + func (s *Store) Update(ctx context.Context, ref string) error