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

C8Run supported environments (glibc) #4742

Open
jessesimpson36 opened this issue Dec 10, 2024 · 1 comment
Open

C8Run supported environments (glibc) #4742

jessesimpson36 opened this issue Dec 10, 2024 · 1 comment
Labels
component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed

Comments

@jessesimpson36
Copy link
Contributor

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.

@jessesimpson36 jessesimpson36 added the component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed label Dec 10, 2024
@jessesimpson36 jessesimpson36 changed the title C8Run supported environments C8Run supported environments (glibc) Dec 10, 2024
@hisImminence
Copy link
Contributor

As a first iteration, how about we add in Prerequisites in the C8install section:

  • if ubuntu, 22+
image

Maybe moving forward we find a way to include the package into the build?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed
Projects
None yet
Development

No branches or pull requests

2 participants