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

Use ubuntu 20 as the docker base image #2124

Closed
Kailai-Wang opened this issue Sep 13, 2023 · 0 comments · Fixed by #2170
Closed

Use ubuntu 20 as the docker base image #2124

Kailai-Wang opened this issue Sep 13, 2023 · 0 comments · Fixed by #2170
Assignees
Labels
D3-chore tasks that need to be completed but don’t provide any additional features/functionality I2-medium should be completed within 10 working days

Comments

@Kailai-Wang
Copy link
Collaborator

Kailai-Wang commented Sep 13, 2023

Context

We are currently using ubuntu 22.04 as the base image for packaging the parachain binary.

It works fine in CI but we have problems when:

  • we launch the parachain on dev server
  • we deploy the production

The builder env needs to double-checked too (rust:latest)

As in both cases we copy the binary from the docker image and run it locally. We'll get GLIBC error when running on a ubuntu20 host (via make launch-docker-rococo):

stderr: "generated-rococo/litentry-collator: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by generated-rococo/litentry-collator)

✔️ Please set appropriate labels and assignees if applicable.

@Kailai-Wang Kailai-Wang added I2-medium should be completed within 10 working days D3-chore tasks that need to be completed but don’t provide any additional features/functionality labels Sep 13, 2023
Kailai-Wang added a commit that referenced this issue Sep 29, 2023
* rust version

* rust version

* rust version

* rust version

* rust version

* rust version

* rust version

* use bullseye as rust base image

---------

Co-authored-by: Kailai Wang <Kailai.Wang@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D3-chore tasks that need to be completed but don’t provide any additional features/functionality I2-medium should be completed within 10 working days
Projects
None yet
2 participants