dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
538 stars 29 forks source link

[2d] Ditch bazel in dotmesh builds #699

Closed Godley closed 5 years ago

Godley commented 5 years ago

Reasons to keep bazel

Reasons to get rid of bazel

Would like to talk about this in an engineering meeting maybe. Since we already have a build_in_container_without_bazel which is quicker than the old docker script, it shouldn't be too much work stripping it out where it's used.

Godley commented 5 years ago

TODO: look into whether there's a way to statically link golang images using a minimal golang build image. Previously we did this using ubuntu, if we don't do this now we probably need to switch from scratch to alpine for our running images.