goharbor/harbor

Compile binaries without docker

开放

#13,885 创建于 2021年1月4日

 (5 条评论) (0 个反应) (0 位负责人)Go (5,235 个派生)batch import
area/buildhelp wantedkind/requirement

仓库指标

星标
 (28,490 个星标)
PR 合并指标
 (平均合并 8天 17小时) (30 天内合并 74 个 PR)

描述

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.

贡献者指南