kubernetes-sigs/release-sdk
Ver no GitHubReplace calls to git binary in git package with pure go code
Open
#4 aberto em 13 de set. de 2021
help wantedlifecycle/frozen
Métricas do repositório
- Stars
- (20 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Our git package has several calls to the git package. In order to be able to use our binaries in leaner container images (ie distroless) we need to write alternatives to some of its functions to pure go, and drop the calls to the git binary.