Closed vvoland closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 154440ca7dd28d925578168c16752025fc40aa0f |
Latest deploy log | https://app.netlify.com/sites/testcontainers-go/deploys/67234075aeae0e000891ddba |
Deploy Preview | https://deploy-preview-2861--testcontainers-go.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
What does this PR do?
Changes the Github actions workflow that ran the tests against a Docker Engine from the
test
channel of download.docker.com to get the nightly build off themaster
branch.Currently it uses the
crazy-max/ghaction-setup-docker@master
action. We plan to move to to Docker org soon.It also adds the containerd integration to the test matrix. Rootless is not supported yet.
Why is it important?
The
test
channel isn't updated that often as it requires us to run the whole release pipeline. With this change, testcontainers tests will be ran against the master branch of moby and test the containerd image store integration.