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 Dockerfile CI images #525

Merged
merged 3 commits into from
Sep 22, 2022
Merged

Conversation

jpraynaud
Copy link
Member

@jpraynaud jpraynaud commented Sep 22, 2022

Content

This PR includes to avoid getting libssl shared libraries errors that is blocking the GCP nodes following merge of #517:
error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

Replaces FROM ubuntu:latest instead of FROM rust:latest

Comments

This is not the best fix as we could probably use a "slimer" image.
We will address that issue more in depth in #318

Issue(s)

Relates to #517

To avoid getting libssl shared libraries errors
@github-actions
Copy link

github-actions bot commented Sep 22, 2022

Unit Test Results

    7 files  ±0    24 suites  ±0   1m 36s ⏱️ -42s
337 tests ±0  337 ✔️ ±0  0 💤 ±0  0 ±0 
338 runs  ±0  338 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit e2e09b7. ± Comparison against base commit 593a9ec.

♻️ This comment has been updated with latest results.

@jpraynaud jpraynaud merged commit 54bf3ee into main Sep 22, 2022
@jpraynaud jpraynaud deleted the jpraynaud/517-fix-docker-ci-images branch September 22, 2022 15:32
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