kaniko/pkg/executor
MMeent e3bb8bc71a Adds COPY --from=previous stage name/number validation (#491)
* Adds COPY --from=previous stage name/number validation

This fixes an issue in which COPY --from=previous-stage-name would try to download docker image previous-stage-name instead of checking that previous-stage-name could be a named stage.

* Fix linting issues

goimports is implemented as 'gofmt + extras', so this should fix import warnings as well.

* Fix linting issues

Fixes linting issues introduced in the merge

* Fix linting issues.
2019-01-02 11:42:36 -06:00
..
build.go Adds COPY --from=previous stage name/number validation (#491) 2019-01-02 11:42:36 -06:00
build_test.go Fix intermediate layer caching (#474) 2018-12-10 11:34:06 -08:00
composite_cache.go Use only the necessary files in the cache keys. (#387) 2018-10-15 08:56:34 -05:00
push.go Adding TTL to caching (#488) 2018-12-13 14:20:25 -08:00