Skip to content

chore: Bump Docker Engine API to 1.52#1633

Merged
HofmeisterAn merged 1 commit intodevelopfrom
feature/bump-docker-engine-api-version
Feb 13, 2026
Merged

chore: Bump Docker Engine API to 1.52#1633
HofmeisterAn merged 1 commit intodevelopfrom
feature/bump-docker-engine-api-version

Conversation

@HofmeisterAn
Copy link
Copy Markdown
Collaborator

@HofmeisterAn HofmeisterAn commented Feb 13, 2026

What does this PR do?

The GitHub-hosted runners have updated Docker. The Docker Engine is now v29, which corresponds to the Docker Engine API 1.52. This PR updates the CI configuration to bump the pinned version. This version is now the one Docker.DotNet is built against. No version downgrade.

Why is it important?

Related issues

Summary by CodeRabbit

  • Chores
    • Updated CI/CD infrastructure version to improve build reliability and performance.

@HofmeisterAn HofmeisterAn added the chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups label Feb 13, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 13, 2026

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 16873ea
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-dotnet/deploys/698f34432d59d6000808637a
😎 Deploy Preview https://deploy-preview-1633--testcontainers-dotnet.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 project configuration.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 13, 2026

Walkthrough

The CI workflow's Docker API version environment variable is updated from 1.47 to 1.52 in the cicd.yml configuration file. This is a configuration-only change with no modifications to workflow logic or control flow.

Changes

Cohort / File(s) Summary
CI Workflow Configuration
.github/workflows/cicd.yml
Docker API version incremented from 1.47 to 1.52 in the ci job environment variable.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A Docker version hops up high,
From 1.47 to 1.52 we fly,
The API gleams with fresh new grace,
Keeping CI in the perfect place! 🚀

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: bumping the Docker Engine API version to 1.52, which directly matches the single file modification in the changeset.
Description check ✅ Passed The description includes both required sections (What/Why), provides clear rationale, and references a related issue, though testing instructions and follow-ups are absent.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into develop

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/bump-docker-engine-api-version

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In @.github/workflows/cicd.yml:
- Around line 65-66: The comment describing DOCKER_API_VERSION is misleading:
update the comment that currently reads "Lowest API version that GitHub runners
support" to clarify that DOCKER_API_VERSION: 1.52 is the maximum API version
Docker.DotNet is built against (Docker Engine v29 supports API 1.44–1.52), so
change the comment to state it's the maximum supported API version (or the API
version Docker.DotNet targets) to avoid implying it is the minimum; locate the
DOCKER_API_VERSION setting in the workflow and replace the comment accordingly.

Comment thread .github/workflows/cicd.yml
@HofmeisterAn HofmeisterAn merged commit 1db748d into develop Feb 13, 2026
148 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/bump-docker-engine-api-version branch February 13, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant