Add tags for nightly images
tgross35 opened this issue · 4 comments
tgross35 commented
E.g. rust-lang/rust:nightly-2024-02-20
, so that it is easy to locate and pin specific images.
The output of rustc --version
also includes a next version number (e.g. rustc 1.78.0-nightly
), but just the date should probably suffice for this.
sfackler commented
This hasn't been done historically since it'll impose a pretty huge storage burden on Docker Hub/Github and I don't know if they're okay with that.
tgross35 commented
tyranron commented
There is the mirrored instrumentisto/rust
images preserving the date for nightly.
Previous issue: rust-lang/docker-rust-nightly#3