We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ostree refs --delete /ostree/container/blob
Sometimes I purge cached state with ostree refs --delete, and bootc fails in this case with e.g.
ostree refs --delete
$ bootc update ERROR Upgrading: Computing status: Booted deployment: Reading deployment metadata: Missing base image ref ostree/container/blob/sha256_3A_bc1c4880a644626096a0c60c25738a36e40d5700792094e89a2bad4ce9c70872
Yet rpm-ostree succeeds because it is resilient to missing state; we just need to do the same.
The text was updated successfully, but these errors were encountered:
Can we translate the issue into actionable items? I may miss the obvious because I haven't looked in the code base for a long time.
Sorry, something went wrong.
No branches or pull requests
Sometimes I purge cached state with
ostree refs --delete
, and bootc fails in this case with e.g.Yet rpm-ostree succeeds because it is resilient to missing state; we just need to do the same.
The text was updated successfully, but these errors were encountered: