docker-rust-nightly icon indicating copy to clipboard operation
docker-rust-nightly copied to clipboard

Pre-populate cargo cache

Open davidblewett opened this issue 7 years ago • 2 comments

The issue of the same name for the was closed due to the requirement of official images to be deterministic ( https://github.com/rust-lang-nursery/docker-rust/issues/1 ).

It seems like it would make sense for the nightly version that doesn't have this restriction to have the local registry pre-populated with a snapshot of the state of the registry on that day. In my testing, a simple cargo search foo was enough to trigger a download. Maybe this could be new tag?

davidblewett avatar Sep 19 '18 13:09 davidblewett

Even though we're not required to make the builds here deterministic, I'd still like them to mirror the official images as much as possible.

sfackler avatar Sep 19 '18 16:09 sfackler

anyways if you build without --no-cache flag, you'll get caches from the previous builds.

TriplEight avatar Mar 28 '19 12:03 TriplEight