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

Ubuntu based images #56

Open
xoac opened this issue Feb 12, 2020 · 3 comments · May be fixed by #57
Open

Ubuntu based images #56

xoac opened this issue Feb 12, 2020 · 3 comments · May be fixed by #57

Comments

@xoac
Copy link

xoac commented Feb 12, 2020

Hi,

The docker-rust is awesome but it would be nice to add ubuntu based images. The main reason is that debian use old version of applications. My example usecase that is based on rust:1 install jupyter in version 4.4. (There is also ubuntu brach to compare).

So to use newer jupyter I needed to create own version of rust based on ubuntu

@xoac xoac linked a pull request Feb 12, 2020 that will close this issue
@sfackler
Copy link
Member

I'm not aware of any official images based off of Ubuntu.

@xoac
Copy link
Author

xoac commented Feb 12, 2020

There is for example mongo and adoptopenjdk but most of them are debian / alpine based.

Even if there wouldn't be even single one Ubuntu based image it could be added if there is enough benefits. The question is more about (dis)advantages.

@linaran
Copy link

linaran commented Jan 17, 2023

I'm currently trying to include watchman through the multistage build pattern for python Django. watchman relies on cargo and it would nice if I could build my own watchman in a separate build using the official rust container and just copy the artifacts to my main dockerfile which is based on Ubuntu-22.04.

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

Successfully merging a pull request may close this issue.

3 participants