ImageWithCheckBaseRef provides a base reference to compare in ImageCheckBase.
(r string)
| 144 | |
| 145 | // ImageWithCheckBaseRef provides a base reference to compare in ImageCheckBase. |
| 146 | func ImageWithCheckBaseRef(r string) ImageOpts { |
| 147 | return func(opts *imageOpt) { |
| 148 | opts.checkBaseRef = r |
| 149 | } |
| 150 | } |
| 151 | |
| 152 | // ImageWithCheckSkipConfig skips the configuration check in ImageCheckBase. |
| 153 | func ImageWithCheckSkipConfig() ImageOpts { |
no outgoing calls
searching dependent graphs…