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

rebasing does not prune previous container image #4136

Closed
cgwalters opened this issue Nov 10, 2022 · 0 comments · Fixed by #4138
Closed

rebasing does not prune previous container image #4136

cgwalters opened this issue Nov 10, 2022 · 0 comments · Fixed by #4138

Comments

@cgwalters
Copy link
Member

cgwalters commented Nov 10, 2022

Doing e.g.

$ rpm-ostree rebase ostree-unverified-registry:quay.io/fedora/fedora-coreos:stable
$ rpm-ostree rebase ostree-unverified-registry:quay.io/fedora/fedora-coreos:testing-devel

etc. will continually accumulate container images locally that won't be pruned. This is particularly problematic given e.g. the MCO will rebase by default.

Fixing this is a bit harder than I thought because it gets less into bugs but touches on some design issues in ostree-ext.

So far fixing this has needed:

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

Successfully merging a pull request may close this issue.

1 participant