Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Git binary to core rp image (#5568)
# Description Terraform uses Git to download modules from TF registry, so we need Git as a part of core rp since Terraform recipe execution will happen inside core RP for now. To achieve this, switching CoreRP to use Alpine image instead of distroless. We can revert back to distroless when we move Terraform execution to separate container. ## Issue reference <!-- We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation. --> Fixes: https://dev.azure.com/azure-octo/Incubations/_workitems/edit/7919 ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the following list: * [x] Code compiles correctly * [ ] Adds necessary unit tests for change - Not applicable * [ ] Adds necessary E2E tests for change - Covered by existing tests * [x] Unit tests passing * [ ] Extended the documentation / Created issue for it - Not applicable --------- Co-authored-by: karishma-chawla <[email protected]>
- Loading branch information