rust-lang / docker-rust

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

Add ubuntu (bionic) based images #57

Open xoac opened 4 years ago

xoac commented 4 years ago

Closes #56

tyranron commented 4 years ago

ping @sfackler

sjdrc commented 4 years ago

Any chance we can get this merged? Our CI builds a rust package into deb files for installation onto Ubuntu 18.04 machines, but the packages wont install due to libc being older in bionic than in the version in the rust docker image.

Christiaan676 commented 1 year ago

@sfackler Is there anything holding this back? If needed i'm willing to resolve the conflicts.