Image is a file that is created in the image when envbuilder has already been run. This is used to skip the destructive initial build step when 'resuming' envbuilder from a previously built image.
()
| 74 | // the destructive initial build step when 'resuming' envbuilder |
| 75 | // from a previously built image. |
| 76 | func (m WorkingDir) Image() string { |
| 77 | return m.Join("image") |
| 78 | } |
| 79 | |
| 80 | // Features is a directory that contains feature files. |
| 81 | func (m WorkingDir) Features() string { |