ImageWithCheckBaseDigest provides a base digest to compare in ImageCheckBase.
(d string)
| 137 | |
| 138 | // ImageWithCheckBaseDigest provides a base digest to compare in ImageCheckBase. |
| 139 | func 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. |
| 146 | func ImageWithCheckBaseRef(r string) ImageOpts { |
no outgoing calls
searching dependent graphs…