-
Notifications
You must be signed in to change notification settings - Fork 91
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
Update in the GitHub Actions image's docker breaks docker-it-scala #153
Comments
I'm also running into this issue. I think the root cause error message is:
|
I am finding the same issue |
The workaround can be seen in our PR we just linked. It's a bug with docker 26, so you can run with docker 24 and it'll work fine. I haven't had the time to investigate the issue further, but if anyone has further info please put it here to help someone along |
The issue seems to stem that newer Docker Engines (from version 25 and onwards) are not providing/supporting the VirtualSize field that the underlying docker-client library from spotify is using. Causing the error:
I found the issue originally documented here: Newer versions of docker-client could be used, like: But this project should be updated to use it. I don´t know of other workarounds, I will edit this document if I find it. |
Looks like a recent update in the GHA image is breaking our tests with:
It started happening today. If this is an issue with the docker-client that docker-it-scala uses, how can we workaround this?
This is using ubuntu-latest image with docker-testkit-scalatest 0.12.0.
See: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240609.1
Previous docker server was 24.0.9, now it is 26.1.3.
Thank you!
The text was updated successfully, but these errors were encountered: