* kanikoExecute golang version * update entrypoint * update entrypoint * update entrypoint * update entrypoint * update entrypoint * add command * include PR feedback * remove trailing spaces * remove defaults for certificates * Update generated file
This step should serve as generic entry point in pipelines for building artifacts. Build principle: build once. Purpose of the step: - build using a defined build technology - store build result for future use in testing etc.
* Add step kanikoExecute for Docker builds using Kaniko * Update kanikoExecute.md * address PR feedback