goharbor/harbor

Compile binaries without docker

Aperta

#13.885 aperta il 4 gen 2021

 (5 commenti) (0 reazioni) (0 assegnatari)Go (5235 fork)batch import
area/buildhelp wantedkind/requirement

Metriche repository

Star
 (28.490 stelle)
Metriche merge PR
 (Merge medio 8g 17h) (74 PR mergiate in 30 g)

Descrizione

Is your feature request related to a problem? Please describe. I would like to compile binaries without installing docker. I already am in a docker environment with go and I would like to avoid creating a DinD for that. I wish to migrate my complete infrastructure to podman and get rid of Docker.

Describe the solution you'd like An option to compile binaries from a local go environment.

Describe the main design/architecture of your solution Ideally, the compile flags in the makefile should provide a way to use a local go environment instead of downloading a remote go image.

Guida contributor