images/image.go: typo

Signed-off-by: Kang.Zhang <Kang.zhang@intel.com>
This commit is contained in:
Kang.Zhang 2022-04-25 15:37:29 +08:00
parent 6111b5ea8e
commit a9f5190fb1

View File

@ -311,7 +311,7 @@ func Check(ctx context.Context, provider content.Provider, image ocispec.Descrip
return false, nil, nil, nil, fmt.Errorf("failed to check image %v: %w", image.Digest, err) return false, nil, nil, nil, fmt.Errorf("failed to check image %v: %w", image.Digest, err)
} }
// TODO(stevvooe): It is possible that referenced conponents could have // TODO(stevvooe): It is possible that referenced components could have
// children, but this is rare. For now, we ignore this and only verify // children, but this is rare. For now, we ignore this and only verify
// that manifest components are present. // that manifest components are present.
required = append([]ocispec.Descriptor{mfst.Config}, mfst.Layers...) required = append([]ocispec.Descriptor{mfst.Config}, mfst.Layers...)