rust-lang / docker-rust

The official Docker images for Rust
436 stars 88 forks source link

Please add stable / beta / nightly tags #60

Closed jplatte closed 4 years ago

jplatte commented 4 years ago

Currently, there's only images for specific versions, and latest, whatever that means. Having stable, beta and nightly tags would be very useful for Docker-based CI.

sfackler commented 4 years ago

latest is equivalent to stable. Beta images are tracked by #14, and nightly images are provided on the rustlang/rust image.

jplatte commented 4 years ago

Thanks for the clarification.