testcontainers / testcontainers-go

Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
https://golang.testcontainers.org
MIT License
3.3k stars 450 forks source link

chore: run rootless mode in nighlty builds #2611

Closed mdelapenya closed 6 days ago

mdelapenya commented 6 days ago

What does this PR do?

This PR updates the nightly build that uses the TEST channel of the Docker builds, so that we are able to run the nightly build for rootful and rootless mode.

Why is it important?

We want to detect regressions the soonest.

Related issues

netlify[bot] commented 6 days ago

Deploy Preview for testcontainers-go ready!

Name Link
Latest commit 2d0077b05791065e06717e2698c1a968a3c22406
Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/667d8254e233af0008249dac
Deploy Preview https://deploy-preview-2611--testcontainers-go.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mdelapenya commented 6 days ago

Merging, as there is no code related to the tests. The current failures in rootless mode are precisely the ones we want to proactively discover in this nightly build.