MCPcopy Index your code
hub / github.com/regclient/regclient / ImageWithCheckBaseDigest

Function ImageWithCheckBaseDigest

image.go:139–143  ·  view source on GitHub ↗

ImageWithCheckBaseDigest provides a base digest to compare in ImageCheckBase.

(d string)

Source from the content-addressed store, hash-verified

137
138// ImageWithCheckBaseDigest provides a base digest to compare in ImageCheckBase.
139func ImageWithCheckBaseDigest(d string) ImageOpts {
140 return func(opts *imageOpt) {
141 opts.checkBaseDigest = d
142 }
143}
144
145// ImageWithCheckBaseRef provides a base reference to compare in ImageCheckBase.
146func ImageWithCheckBaseRef(r string) ImageOpts {

Callers 2

runImageCheckBaseMethod · 0.92
TestImageCheckBaseFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestImageCheckBaseFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…