One of the challenges in modern software development is being able to release software often and with confidence.This can only be achieved when you have a good CI/CD setup in place that can test your software and release it with minimal or even no human intervention.But modern software applications also use a wide range of third-party dependencies and often need to run on multiple operating systems and architectures.  In this post, I will explain how the combination of Bazel and Testcontainers helps

Just published by Docker: Read more