|
|
|
|
|
by tyldum
2903 days ago
|
|
We use containers to reduce the testing surface and enforce standards.
And if course to ease testing as we now transition the same build through dev, staging and prod. The devs just have a single base container to work off from and we use CICD to further enforce whatever we need to. It also makes it easier for devs to propose changes, as we know we can consistently apply them. |
|