envoyproxy/gateway

Consider using `ko` instead of `docker build`

Open

#89 创建于 2022年6月2日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)Go (802 fork)auto 404
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 build using experimental buildkit extensions)

Related to: https://github.com/envoyproxy/gateway/pull/83

贡献者指南