area/cihelp wantedkind/question
倉庫指標
- Star
- (2,871 star)
- PR 合併指標
- (PR 指標待抓取)
描述
ko is a tool for building Docker images that are simple containerized Go programs. In my opinion, this is preferable to docker build for several reasons:
- Does reproducible builds, which are a big plus for supply-chain security
- Native support of multi-arch builds
- Can take advantage of the host's Go module+compiler cache for faster builds. (This is sorta possible with
docker buildusing experimental buildkit extensions)
Related to: https://github.com/envoyproxy/gateway/pull/83