Skip to content

Consider fixing versions in Dockerfile #43

Closed
@ErikSchierboom

Description

@ErikSchierboom

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions