envoyproxy / envoyproxy/gateway
Consider using `ko` instead of `docker build`
- Ngôn ngữ chính
- Go
- Star
- 3k
- Fork
- 864
- Merge trung bình
- 2 ngày 2 giờ
- Pull request đã merge (30 ngày)
- 140
Mô tả
[`ko`](https://github.com/google/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](https://reproducible-builds.org/), 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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.