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...
Nov 8, 20235 min read3.1K

