kubernetes-sigs/release-sdk

Replace calls to git binary in git package with pure go code

Open

#4 建立於 2021年9月13日

在 GitHub 查看
 (11 留言) (1 反應) (0 負責人)Go (31 fork)auto 404
help wantedlifecycle/frozen

倉庫指標

Star
 (20 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南