Closed
Description
Currently, the Dockerfile uses the following base images:
- rustlang/rust:nightly
- rust:latest
As seen, neither of these are pinned to a specific version. While this works, it effectively cancels any docker caching whenever those images are updated. Put differently: if only code involving the very last step of the Dockerfile was changed but the nightly release was changed (which it does, I guess, each night), this means re-building everything. This is both wasteful and very slow. Is it perhaps possible to pin these images to specific versions/commits?
Metadata
Metadata
Assignees
Labels
No labels