You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We learned earlier that as a golang application, c8run has a dependency on GLIBC. From my testing,
linux distro | glibc version | errors?
-----------------------------------------------
ubuntu 20.04: | libc6 == 2.31 | errors
ubuntu 22.04: | libc6 == 2.35 | works
ubuntu 24.04 (GHA) | libc6 == 2.39 | works
libc6 is the package name in ubuntu for glibc.
We need to include this in the Supported Environments page. we may need to think about how this is presented to the user. Do we say that ubuntu 22 and ubuntu 24 are supported but not 20 ? do we tell people which versions of glibc are supported / how to tell what version of glibc you have per each environment? I'm not sure the best approach yet.
The text was updated successfully, but these errors were encountered:
We learned earlier that as a golang application, c8run has a dependency on GLIBC. From my testing,
libc6 is the package name in ubuntu for glibc.
We need to include this in the Supported Environments page. we may need to think about how this is presented to the user. Do we say that ubuntu 22 and ubuntu 24 are supported but not 20 ? do we tell people which versions of glibc are supported / how to tell what version of glibc you have per each environment? I'm not sure the best approach yet.
The text was updated successfully, but these errors were encountered: