Doesn't handle `ostree refs --delete /ostree/container/blob`
Open
area/updates
bug
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 230
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 38
Description
Sometimes I purge cached state with `ostree refs --delete`, and bootc fails in this case with e.g.
```
$ 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.
Contributor guide
Assessment
This issue has not been assessed yet.