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

fix(ci): remove remote_docker version #113

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

mohammedalics
Copy link
Contributor

@mohammedalics mohammedalics commented Nov 5, 2024

Summary

This PR addresses a build issue caused by an unsupported Docker version on CircleCI. The build failure can be viewed (here)

Job was rejected because this version of Docker is not supported on this resource class. Try removing the version of Docker in your .circleci/config.yml and re-running

Soluton

Remove the remote docker version to use the circleci default.

According to CircleCI's building Docker images documentation and their remote Docker image support policy, the next supported Docker version is 20.10.24. However, this version is marked as deprecated, and CircleCI has recommended removing the Docker version specification if possible to avoid future compatibility issues.

Validation

  • Pipeline is success here

@FUSAKLA
Copy link
Contributor

FUSAKLA commented Nov 5, 2024

Thanks for looking into it and doing the research!

I'm ok with dropping the version completely if they advise it. I'd hope docker version change should't break build.

@FUSAKLA FUSAKLA self-assigned this Nov 5, 2024
@mohammedalics
Copy link
Contributor Author

I've removed the version and the build succeeded. see here

@mohammedalics mohammedalics changed the title fix(ci): bump remote_docker version fix(ci): remove remote_docker version Nov 5, 2024
@FUSAKLA FUSAKLA merged commit a043530 into seznam:master Nov 6, 2024
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