-
-
Notifications
You must be signed in to change notification settings - Fork 499
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]: Go get fails on panic: internal error: can't find reason for requirement on github.com/moby/sys/mountinfo@v0.6.0
#705
Comments
Hi @doron-cohen have you read the release notes on the replace directives needed for 0.16.0? There we explain the reasons for those replacements |
Relates to #634 |
panic: internal error: can't find reason for requirement on github.com/moby/sys/mountinfo@v0.6.0
Now I see it. Maybe it's worth to put it in the README file. Thanks. |
Indeed. We link to the main docs site, but given the amount of issues it may be worth it to add a note there |
OTOH please take a look at #650, where we reduce the dependencies affected by those transitive dependencies with compose |
Thanks @mdelapenya for the responses. I managed to install the dependencies and solve it. I recently tried to move to the Docker Compose API to have our test containers spin up faster but had some issues. Once I get back to that task I will open a new ticket with my findings. |
Testcontainers version
0.16.0
Using the latest Testcontainers version?
Yes
Host OS
Mac
Host arch
ARM
Go version
1.18
Docker version
Docker info
What happened?
Upgrading from 0.12.0 to latest fails on panic.
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: