kubernetes-sigs/release-sdk
GitHub で見るReplace calls to git binary in git package with pure go code
Open
#4 opened on 2021年9月13日
help wantedlifecycle/frozen
Repository metrics
- Stars
- (20 stars)
- PR merge metrics
- (PR metrics pending)
説明
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.