Skip to content

Ubuntu based Image #590

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

Closed
kumaraditya303 opened this issue Mar 7, 2021 · 6 comments
Closed

Ubuntu based Image #590

kumaraditya303 opened this issue Mar 7, 2021 · 6 comments
Labels
Request Request for image modification or feature

Comments

@kumaraditya303
Copy link

An image based on ubuntu would be useful because some packages system packages are only available on ubuntu not on debian repositories.

@wglambert wglambert added the Request Request for image modification or feature label Mar 8, 2021
@yosifkit
Copy link
Member

yosifkit commented Mar 8, 2021

See #61, #65, and #104 which are all closely related discussions (see especially #61 (comment)).

- #582 (comment)

@yosifkit yosifkit closed this as completed Mar 8, 2021
@tianon
Copy link
Member

tianon commented Mar 8, 2021

... some packages system packages are only available on ubuntu not on debian repositories.

I'm curious about this bit, though -- do you have some examples of system packages that are only available on Ubuntu?

@kumaraditya303
Copy link
Author

kumaraditya303 commented Mar 10, 2021

@tianon libicu60 and libjpeg8-turbo are not available on debian

@tianon
Copy link
Member

tianon commented Mar 10, 2021

I guess I'm confused why you need those exact ABI revisions? Both of those exist in Debian, just with slightly newer versions:

The libjpeg-dev and libicu-dev packages should DTRT in both instances. 😕

Even in Ubuntu, the libicu60 package you're looking for only exists in Ubuntu Bionic (18.04, https://packages.ubuntu.com/libicu60), which is not likely to be the version we'd add if we were to consider Ubuntu variants (we'd be looking at Focal / 20.04, which is the current latest LTS), and the libjpeg8-turbo package you're looking for doesn't exist in Ubuntu at all (https://packages.ubuntu.com/libjpeg8-turbo). 😞

@kumaraditya303
Copy link
Author

@tianon for more context see microsoft/playwright#3167

@mirekphd
Copy link

mirekphd commented Dec 5, 2021

Ubuntu 22.04 has python3.10 available in its repos, so you can simply apt install it there.

However, installing pip3.10, its dependencies, and then python packages are three increasingly difficult hoops to jump through... an official Dockerfile (without compilation) would be really nice here...

More info: https://stackoverflow.com/questions/69503329/pip-is-not-working-for-python-3-10-on-ubuntu/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for image modification or feature
Projects
None yet
Development

No branches or pull requests

5 participants