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

Selenoid works improperly with new Docker 23.0 #1306

Closed
irublev opened this issue Feb 4, 2023 · 5 comments
Closed

Selenoid works improperly with new Docker 23.0 #1306

irublev opened this issue Feb 4, 2023 · 5 comments
Milestone

Comments

@irublev
Copy link

irublev commented Feb 4, 2023

Hi Team,

After the latest release of Docker (see https://docs.docker.com/engine/release-notes/23.0/ for details) Selenoid stopped to work propertly being launched in Docker. The problem is that cm outputs improperly Docker API version as 1.12 instead of 1.43. Possibly due to this Selenoid can't create browser sessions.

I've solved the issue by rolling back the version of docker-ce, may be it can be fixed via setting DOCKER_API_VERSION environment variable, but it would be perfect if Selenoid could work with this release of docker-ce (and all future releases) smoothly.

Thanks in advance,

@vania-pooh
Copy link
Member

vania-pooh commented Feb 5, 2023

Yes, we need to support Docker API 1.42.

@vania-pooh vania-pooh added this to the 1.10.10 milestone Feb 5, 2023
@irublev
Copy link
Author

irublev commented Feb 5, 2023

Yes, we need to support Docker API 1.42.

Thank you so much. But I believe not only 1.42, but also 1.43, it is the latest available version: https://docs.docker.com/engine/api/version-history/

vania-pooh added a commit to vania-pooh/selenoid that referenced this issue Feb 9, 2023
vania-pooh added a commit that referenced this issue Feb 9, 2023
Using more recent Docker client version (related to #1306)
@vania-pooh
Copy link
Member

@irublev current stable API is 1.42 so updated to this version. Now try with aerokube/selenoid:latest image - should work.

@sereinity
Copy link

@irublev current stable API is 1.42 so updated to this version. Now try with aerokube/selenoid:latest image - should work.

It works, thanks, can we hope to have an official release soon?

@vania-pooh
Copy link
Member

Released as https://github.com/aerokube/selenoid/releases/tag/1.10.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants