I m using GitLab CICD, in docker-test stage as defined
docker_test: image: docker:stable services: - docker:stable-dind stage: docker-test
...
yesterday worked fine, but today - GitLab pipeline docker_test fails with: TypeError: kwargs_from_env() got an unexpected keyword argument ssl_version
I ve found on the internet that it could be an upgrade to 7.0.0 https://docker-py.readthedocs.io/en/stable/change-log.html
其中有些人建议(为不同的设置)降级为6.3.1。
After searching - have no idea how to do that. Maybe there are other solutions to this?