docker-rust icon indicating copy to clipboard operation
docker-rust copied to clipboard

Ubuntu based images

Open xoac opened this issue 4 years ago • 3 comments

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 avatar Feb 12 '20 01:02 xoac

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

sfackler avatar Feb 12 '20 01:02 sfackler

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.

xoac avatar Feb 12 '20 01:02 xoac

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.

linaran avatar Jan 17 '23 13:01 linaran