Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): Test against the nightly master moby #2861

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

vvoland
Copy link
Contributor

@vvoland vvoland commented Oct 30, 2024

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 the master 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.

Copy link

netlify bot commented Oct 30, 2024

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 154440c
🔍 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...

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
mdelapenya previously approved these changes Oct 30, 2024
Copy link
Member

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, this is great for testing! Much appreciated!

@mdelapenya mdelapenya self-assigned this Oct 30, 2024
@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label Oct 30, 2024
@vvoland vvoland force-pushed the moby-master branch 2 times, most recently from e772aba to 8624042 Compare October 30, 2024 15:42
Rootless is not supported yet.

Signed-off-by: Paweł Gronowski <[email protected]>
@vvoland vvoland marked this pull request as ready for review October 31, 2024 13:04
@vvoland vvoland requested a review from a team as a code owner October 31, 2024 13:04
Copy link
Member

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@mdelapenya mdelapenya merged commit 72a3f1f into testcontainers:main Oct 31, 2024
122 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not impact the existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants