Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ Digest
Method
Digest
cli/command/formatter/image.go:230–232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
}
229
230
func
(c *imageContext) Digest() string {
231
return
c.digest
232
}
233
234
func
(c *imageContext) CreatedSince() string {
235
createdAt := time.Unix(c.i.Created, 0)
Callers
4
PutManifest
Method · 0.45
imageFormatTaggedAndDigest
Function · 0.45
validateManifestDigest
Function · 0.45
getManifestOptionsFromReference
Function · 0.45
Calls
no outgoing calls
Tested by
1
PutManifest
Method · 0.36