fix: upgrade base image to dind to resolve Docker API version mismatch - #1
Conversation
|
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 Ready for your review whenever you have a moment to unblock the build! |
|
Thanks @tattali, I'll mege this! |
|
Hey @RodolfoSilva, don’t forget to create a release! |
|
Hi @RodolfoSilva, just following up on this. Thanks! |
|
@tattali Sorry, I was testing this internally. I released the new version as v0.0.2. |
Description
This PR updates the base image from
docker:stabletodocker:dind.The current
stableimage 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:Changes
FROM docker:stabletoFROM docker:dindin theDockerfile.Verification Results
I have manually verified this fix by running the updated action in a test environment.
tattali/minio-action@v0.0.2