Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel: support packaging as docker image
Big picture: * Use Distroless containers from Google to have a minimal base image * Since we don't have bash in these containers change our LD_LIBRARY_PATH loader script to static Golang binaries * Mimic the layout/functionality of our existing images We don't package host shared libraries (glibc, libgcc) however, so we still need a solution to package those up, ideally with a clang sysroot.
- Loading branch information