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

CI Build Failure - Requests 2.32.0 #110

Open
jason-riddle opened this issue May 31, 2024 · 0 comments
Open

CI Build Failure - Requests 2.32.0 #110

jason-riddle opened this issue May 31, 2024 · 0 comments

Comments

@jason-riddle
Copy link
Owner

jason-riddle commented May 31, 2024

CI builds have been failing with the following message

https://github.com/jason-riddle/ansible-role-tailscale/actions/runs/9312282509/job/25632835459#step:6:69

Error connecting: Error while fetching server API version: Not supported URL scheme http+docker

Some googling has led to this issue: docker/docker-py#3256.

There appears to be an issue with both docker-py and requests 2.32.0.

The comments seem to suggest pinning the requests dependency to requests==2.31.0 until this issue gets resolved.

I need to modify https://github.com/jason-riddle/ansible-role-tailscale/blob/main/.github/workflows/ci.yml#L86 to the following

# TODO
# (2024-05-31) requests==2.32.0 is not compatible with docker-py
# See https://github.com/docker/docker-py/issues/3256
# Remove by 2024-07-15
pip3 install ansible molecule molecule-plugins[docker] docker requests==2.31.0
@jason-riddle jason-riddle changed the title CI Build Failure CI Build Failure - Requests 2.32.0 May 31, 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

No branches or pull requests

1 participant