Integration testing your container images with Bazel
Before Bazel, many teams were using Docker Compose to manage the workflow of running tests which need to do the following:
Build a docker/OCI image containing your packaged application
Launch a locally running container with that image, and maybe s...
blog.aspect.build5 min read
Chris Brown
Hi Alex, great blog, thanks for the ideas! Have you come across the new rules_itest? I think that it would make these 'inside bazel' container tests even slicker. (github.com dzbarsky rules_itest)