rust-lang / docker-rust

The official Docker images for Rust
446 stars 90 forks source link

Ubuntu based images #56

Open xoac opened 4 years ago

xoac commented 4 years ago

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

sfackler commented 4 years ago

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

xoac commented 4 years ago

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 commented 1 year ago

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.