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

Fix Docker startup crash #313

Merged
merged 2 commits into from
Jul 4, 2022
Merged

Conversation

jpraynaud
Copy link
Member

Update base image to rust:latest in development and CI Docker images of the Mithril nodes:

  • Since we merged PR Greg/250/chain observer #305, the Docker images crash at startup time
  • The error message that is received is /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.29 not found
  • This fix will allow us to resume the service until we find a better solution

Relates to #275 and #273

@github-actions
Copy link

github-actions bot commented Jul 1, 2022

Unit Test Results

222 tests  ±0   222 ✔️ ±0   6m 56s ⏱️ -17s
  17 suites ±0       0 💤 ±0 
    6 files   ±0       0 ±0 

Results for commit 5792d17. ± Comparison against base commit 1df43d0.

♻️ This comment has been updated with latest results.

Since we merged PR [#305](#305), the Docker images don't start anymore
The error message that is received is '/lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.29 not found'
Since we merged PR [#305](#305), the Docker images don't start anymore
The error message that is received is '/lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.29 not found'
This fix will allow us to resume the service until we find a better solution
@jpraynaud jpraynaud force-pushed the jpraynaud/273-275-fix-docker-crash branch from 66d9cb8 to 5792d17 Compare July 4, 2022 09:56
@jpraynaud jpraynaud merged commit 9dedf4a into main Jul 4, 2022
@jpraynaud jpraynaud deleted the jpraynaud/273-275-fix-docker-crash branch July 4, 2022 13:07
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

Successfully merging this pull request may close these issues.

2 participants