digestinfo

package
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DigestInfo

type DigestInfo struct {
	Log         log.Logger
	LayoutUtils *common.BaseOciLayoutUtils
}

DigestInfo implements searching by manifes/config/layer digest.

func NewDigestInfo

func NewDigestInfo(storeController storage.StoreController, log log.Logger) *DigestInfo

NewDigestInfo initializes a new DigestInfo object.

func (DigestInfo) GetImageTagsByDigest

func (digestinfo DigestInfo) GetImageTagsByDigest(repo, digest string) ([]ImageInfoByDigest, error)

FilterImagesByDigest returns a list of image tags in a repository matching a specific divest.

type ImageInfoByDigest added in v1.4.2

type ImageInfoByDigest struct {
	Tag      string
	Digest   godigest.Digest
	Manifest ispec.Manifest
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL