Merge pull request #9029 from dmcgowan/push-inherit-distribution-sources

push: inherit distribution sources from parent
This commit is contained in:
Maksym Pavlenko
2023-09-07 12:46:18 -07:00
committed by GitHub
5 changed files with 49 additions and 21 deletions

View File

@@ -27,7 +27,6 @@ import (
"github.com/containerd/containerd/content"
"github.com/containerd/containerd/images"
"github.com/opencontainers/go-digest"
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
)
@@ -61,8 +60,7 @@ var LineTreeFormat = TreeFormat{
type ContentReader interface {
content.Provider
Info(ctx context.Context, dgst digest.Digest) (content.Info, error)
content.InfoProvider
}
type ImageTreePrinter struct {