💻 Tech
Using testcontainers in Bitbucket pipeline requires you to add docker service and set TESTCONTAINERS_RYUK_DISABLED environment variable to true. Usually, you’ll use testcontainers to perform integration tests created in Go (or other languages). More information on this: https://golang.testcontainers.org/system_requirements/ci/bitbucket_pipelines/