goharbor/harbor

Compile binaries without docker

Open

#13,885 opened on Jan 4, 2021

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Go (28,490 stars) (5,235 forks)batch import
help wantedkind/requirement

Description

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.

Contributor guide