WithImageConfig configures the spec to from the configuration of an Image
(image Image)
| 364 | |
| 365 | // WithImageConfig configures the spec to from the configuration of an Image |
| 366 | func WithImageConfig(image Image) SpecOpts { |
| 367 | return WithImageConfigArgs(image, nil) |
| 368 | } |
| 369 | |
| 370 | // WithImageConfigArgs configures the spec to from the configuration of an Image with additional args that |
| 371 | // replaces the CMD of the image |
searching dependent graphs…