cloudspannerecosystem / wrench

wrench - Schema management tool for Cloud Spanner -
MIT License
239 stars 46 forks source link

bazel: use distroless/static to base image #23

Closed zchee closed 4 years ago

zchee commented 4 years ago

WHAT

Use distroless/static:latest to base image.

WHY

More smallest container image.

Note

You can create distroless/static:debug base image with bin/bazelisk build -c dbg --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 //:image command.

Ref

zchee commented 4 years ago

the branch name is wrong... ignore it.

zchee commented 4 years ago

close for now. send PR again.