envoyproxy/gateway

Consider using `ko` instead of `docker build`

Open

#89 aberto em 2 de jun. de 2022

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)Go (802 forks)auto 404
area/cihelp wantedkind/question

Métricas do repositório

Stars
 (2.871 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador