* Set TarPath to empty when pushing a layer * Fix issues with layer caching, noPush and tarPath. - Layer caching should work even when tarPath is specified, so this commit changes the value of tarPath to empty when caching layers. - When an image is built with just the tarPath and noPush is true, we should still create the tarBall (which wasn't happening before this commit). * Set no-push to false for cache layers * Remove extra log * go-imports fix |
||
|---|---|---|
| .. | ||
| buildcontext | ||
| cache | ||
| commands | ||
| config | ||
| constants | ||
| creds | ||
| dockerfile | ||
| executor | ||
| image | ||
| snapshot | ||
| timing | ||
| util | ||
| version | ||