Skip to content

fix: upgrade base image to dind to resolve Docker API version mismatch - #1

Merged
RodolfoSilva merged 1 commit into
infleet:mainfrom
tattali:patch-1
Feb 13, 2026
Merged

fix: upgrade base image to dind to resolve Docker API version mismatch#1
RodolfoSilva merged 1 commit into
infleet:mainfrom
tattali:patch-1

Conversation

@tattali

@tattali tattali commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

Description

This PR updates the base image from docker:stable to docker:dind.

The current stable image is using an outdated Docker client (v1.40) which is incompatible with the host's Docker Engine. This is currently blocking the CI pipeline with the following error:

docker: Error response from daemon: client version 1.40 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version.

Changes

  • Changed FROM docker:stable to FROM docker:dind in the Dockerfile.

Verification Results

I have manually verified this fix by running the updated action in a test environment.

  • Tested version: tattali/minio-action@v0.0.2
  • Result: The Docker API handshake succeeded, and the action completed without versioning errors.

@tattali tattali changed the title Change base image to docker:dind fix: upgrade base image to dind to resolve Docker API version mismatch Feb 13, 2026
@tattali

tattali commented Feb 13, 2026

Copy link
Copy Markdown
Contributor Author

Hi @RodolfoSilva , I've updated the PR description with the specific error logs and verification details.

As mentioned, this fixes the Docker API version mismatch (v1.40 vs v1.44). I've confirmed the fix works on my fork tattali/minio-action@v0.0.2.

Ready for your review whenever you have a moment to unblock the build!

@RodolfoSilva

Copy link
Copy Markdown
Member

Thanks @tattali, I'll mege this!

@RodolfoSilva RodolfoSilva left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM!

@RodolfoSilva
RodolfoSilva merged commit d7e8e8b into infleet:main Feb 13, 2026
@tattali

tattali commented Feb 13, 2026

Copy link
Copy Markdown
Contributor Author

Hey @RodolfoSilva, don’t forget to create a release!

@tattali

tattali commented Feb 16, 2026

Copy link
Copy Markdown
Contributor Author

Hi @RodolfoSilva, just following up on this.
Since the PR is merged, could you please tag a new release (e.g., v0.0.2 or v0.1.0) in https://github.com/infleet/minio-action/releases?
This will allow us to start using the fix in our workflows without pointing to a specific commit or fork.

Thanks!

@RodolfoSilva

Copy link
Copy Markdown
Member

@tattali Sorry, I was testing this internally. I released the new version as v0.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants