Open xoac opened 4 years ago
I'm not aware of any official images based off of Ubuntu.
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.
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.
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
installjupyter
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