kubernetes-sigs/release-sdk

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

Open

#4 geöffnet am 13. Sept. 2021

Auf GitHub ansehen
 (11 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Go (31 Forks)auto 404
help wantedlifecycle/frozen

Repository-Metriken

Stars
 (20 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide