kaniko/pkg/cache
alexezio 0743c19176
feat: cache dockerfile images through warmer (#2499)
* feat: cache dockerfile images through warmer

* Fix logical error in conditional statement

* Addressed review feedback

1. Updated help text for the --build-arg flag to indicate it should be used with the dockerfile flag.
2. Updated the documentation to include the optional --build-arg flag.
3. Added unit tests for `ParseDockerfile`, covering scenarios for missing Dockerfile, invalid Dockerfile, single stage Dockerfile, multi-stage Dockerfile and Args Dockerfile

---------

Co-authored-by: 连奔驰 <benchi.lian@thoughtworks.com>
2023-06-21 12:00:22 -07:00
..
cache.go Add mTLS (client cert) registry authentication (#2180) 2023-05-18 14:20:51 -07:00
doc_test.go feat(warmer): Warmer now supports all registry-related flags (#1499) 2020-12-10 22:55:43 -08:00
errors.go Fix Integration tests (#2425) 2023-03-21 12:30:54 -04:00
warm.go feat: cache dockerfile images through warmer (#2499) 2023-06-21 12:00:22 -07:00
warm_test.go feat: cache dockerfile images through warmer (#2499) 2023-06-21 12:00:22 -07:00