Documentation
¶
Index ¶
Constants ¶
View Source
const ( AnnotationReference = "vnd.docker.reference.digest" AnnotationImageTitle = "org.opencontainers.image.title" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct {
Title string
Platform string
Author string
Vendor string
URL string
Source string
Revision string
Documentation string
ShortDescription string
Description string
License string
Size int64
Signatures []Signature
SBOM *SBOM `json:",omitempty"`
Provenance *Provenance `json:",omitempty"`
}
type PackageCreator ¶
type Provenance ¶
type ResultType ¶
type ResultType string
const ( Manifest ResultType = "manifest" Index ResultType = "index" Unknown ResultType = "unknown" )
Click to show internal directories.
Click to hide internal directories.