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

status: Fully ignore images with rpm-ostree changes #185

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

cgwalters
Copy link
Collaborator

If we're querying a deployment that has a container base, but also has layered packages we'll error out because we'll try to find the layer base from the rpm-ostree generated merge commit.

Just fully ignore deployments that have rpm-ostree changes.

If we're querying a deployment that has a container base, but
also has layered packages we'll error out because we'll try
to find the layer base from the rpm-ostree generated merge commit.

Just fully ignore deployments that have rpm-ostree changes.

Signed-off-by: Colin Walters <walters@verbum.org>
@cgwalters
Copy link
Collaborator Author

On Fedora Silverblue for example there was a decision made long ago to use package layering for language packs by default (e.g. here a default install layers langpacks-en). This has always pushed everyone into the downsides of package layering (needing to fetch full rpm-md, less reliable network fetches, etc.)

@cgwalters cgwalters merged commit 3f4a538 into containers:main Nov 7, 2023
9 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants