kubernetes-sigs/release-sdk

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

Open

#4 aperta il 13 set 2021

Vedi su GitHub
 (11 commenti) (1 reazione) (0 assegnatari)Go (31 fork)auto 404
help wantedlifecycle/frozen

Metriche repository

Star
 (20 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor