Consider using "distroless" base image for gateway
Closed this issue · 1 comments
Yshayy commented
https://github.com/GoogleContainerTools/distroless/tree/master/base as alternative to scratch.
https://github.com/GoogleContainerTools/distroless/blob/master/examples/go/Dockerfile
Might have better performance because golang delegate dns caching to os: golang/go#24796