-
Notifications
You must be signed in to change notification settings - Fork 273
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
[BUG] Docker validation failed due to latest docker-py update #4946
[BUG] Docker validation failed due to latest docker-py update #4946
Comments
After a while I finally able to reproduce the issue and get the actual failure msg:
|
Our AL2023 runner havent been updated for a while, so the latest update pulled in the latest docker-py changes. Thus shows error. |
Might need to force back to docker 6.1.3 version on PyPI. |
Still failed:
|
Issues here: After switching back to the requests==2.28.1, it runs. |
The related bug fix in docker-py force to use 7.1.0 at least: So we have to pin both docker in PyPI as well as request altogether. |
Runs now:
|
This is a followup to the issue #4929.
The failures:
https://build.ci.opensearch.org/job/distribution-validation/974/console
Thanks.
The text was updated successfully, but these errors were encountered: