kubernetes-sigs/release-sdk

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

Open

#4 ouverte le 13 sept. 2021

Voir sur GitHub
 (11 commentaires) (1 réaction) (0 assignés)Go (31 forks)auto 404
help wantedlifecycle/frozen

Métriques du dépôt

Stars
 (20 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur