docker-rust
docker-rust copied to clipboard
Stable is two versions behind, which breaks some stuff, it probably needs an update.
How is it possible to force [hub.docker.com/r/scorpil/rust](https://hub.docker.com/r/scorpil/rust) to recompile automated builds. I use [rocket.rs](https://rocket.rs) and require the rust 1.18.0-nightly (2017-04-15) version but the available version on docker hub is the...
I’m not very familiar with Docker and Docker Hub yet, so I’m not sure if this is how things would normally be set up there, but I expected that scorpil/rust’s...
Using rustup to install would allow us to run nightly only things like `rustfmt` alongside the stable build.
Hi, @Scorpil you [mentionned](https://github.com/Scorpil/docker-rust/issues/12#issuecomment-285279523) wanting to add alpine variant. have you started working on this ? If not I'd like to help :) would it be appropriate to build the...
It's probably worth including in the docker image whatever it takes to build `error-chain`, which [some consider](http://brson.github.io/2016/11/30/starting-with-error-chain) the first dependency every rust app should add. It looks like it currently...
It shouldn't be used for DEBIAN_FRONTEND=noninteractive because future interactive runs of the image will inherit the ENV and treat the session as noninteractive.
I'm using your images for running CI builds of my two rust crates and one of them fails because jessie is running such old packages. This would be fixed for...
It'd be great to be able to know what to do to get off the ground with an image like this, what kind of derivative images can be built, etc.