Highly extensible implementation of Git protocol and storage format in Golang
I try to build go images in private corp network use docker-multi-stage-build: FROM golang:latest as builder WORKDIR /app COPY …
docker go docker-multi-stage-build go-build go-git