Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-containerregistry
/ Digest
Method
Digest
pkg/v1/image.go:44–44 ·
view source on GitHub ↗
Digest returns the sha256 of this image's manifest.
()
Source
from the content-addressed store, hash-verified
42
43
// Digest returns the sha256 of this image's manifest.
44
Digest() (Hash, error)
45
46
// Manifest returns this image's Manifest object.
47
Manifest() (*Manifest, error)
Callers
15
NewCmdAppend
Function · 0.95
TestDiskPush
Function · 0.65
TestTLS
Function · 0.65
v1LayerID
Function · 0.65
updateLayerSources
Function · 0.65
setRefs
Method · 0.65
TestCopy
Function · 0.65
TestCopyWithPlatform
Function · 0.65
main
Function · 0.65
main
Function · 0.65
main
Function · 0.65
main
Function · 0.65
Implementers
4
schema1
pkg/v1/remote/schema1.go
FakeImage
pkg/v1/fake/image.go
image
pkg/v1/daemon/image.go
image
pkg/v1/mutate/image.go
Calls
no outgoing calls
Tested by
10
TestDiskPush
Function · 0.52
TestTLS
Function · 0.52
setRefs
Method · 0.52
TestCopy
Function · 0.52
TestCopyWithPlatform
Function · 0.52
TestCraneRegistry
Function · 0.52
TestCraneTarball
Function · 0.52
Example
Function · 0.52
TestLayer
Function · 0.52
TestImage
Function · 0.52