-
Notifications
You must be signed in to change notification settings - Fork 84
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 upgrade --dry-run
or so
#3
Comments
I started to work on this as a first contribution but I am unsure how to wire things up. Given this comment https://github.com/coreos/rpm-ostree/pull/4486/files#r1246174405 it appears there is the necessary bits in ostree-rs-ext ? |
No; bootc hard requires https://github.com/ostreedev/ostree-rs-ext/ which hard requires skopeo (indirectly via https://github.com/containers/containers-image-proxy-rs ) That's how upgrades work (which is related to but distinct from installs).
Yes, just see the code implementing |
Also, welcome and thanks for your interest! |
@cgwalters awesome ! Thanks for the clarification ! |
This simply pull the manifest of the iamge to see if any update and available. It could be named `--dry-run` but I wanted to be consistent with `rpm-ostree`. Fixes containers#3 Signed-off-by: jbtrystram <[email protected]>
This simply pull the manifest of the image to see if any update and available. It could be named `--dry-run` but I wanted to be consistent with `rpm-ostree` Fixes containers#3 Signed-off-by: jbtrystram <[email protected]>
So that client-side automation tooling can poll for updates before downloading. xref coreos/rpm-ostree#4176 etc.
The text was updated successfully, but these errors were encountered: