rik-org / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
68 stars 11 forks source link

fix(ci): downgrade base docker image to build #113

Closed alexandrebrg closed 1 year ago

alexandrebrg commented 1 year ago

We recently discovered that the usage of ubuntu 22.04 requires to have a recent version of glibc. That's the docker image used to build RIK which makes binaries unable to run on some systems. This commit downgrades base docker images to ubuntu 20.04 in order to have an older version of glibc, and so have a wider compatibility.

Closes #

📑 Description

When taking binaries of RIK from release, run can fail if you don't have a very recent version of glibc. This PR downgrade used version of ubuntu in order to use a lower version of glibc. See commit for more info

✅ Checks

ℹ Additional Information

alexandrebrg commented 1 year ago

It is not fixing this issue, postponed to later

MaloPolese commented 1 year ago

@AlexandreBrg I think we can make do this and requirements on the glibc version. what do you think ?

alexandrebrg commented 1 year ago

I currently don't have the time to handle this issue, for now I'll close this PR as it can't be finished.

Opened an issue for it: https://github.com/rik-org/rik/issues/124