Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tags for nightly images #177

Open
tgross35 opened this issue Feb 20, 2024 · 4 comments
Open

Add tags for nightly images #177

tgross35 opened this issue Feb 20, 2024 · 4 comments

Comments

@tgross35
Copy link

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
Copy link
Member

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
Copy link
Author

Ah, yeah that would be significant. Maybe it would be possible to do something like tag a nightly every 2 weeks - that would be approximately 13GB/year if only the rust layer changes and not the dependencies

image

@tgross35
Copy link
Author

#121 may also help slim down sizes even more if that hasn't been changed

@tyranron
Copy link
Contributor

There is the mirrored instrumentisto/rust images preserving the date for nightly.

Previous issue: rust-lang/docker-rust-nightly#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants