fix: make bubblewrap conditionally installed for RedHat-based images#1651
Open
Copilot wants to merge 3 commits into
Open
fix: make bubblewrap conditionally installed for RedHat-based images#1651Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
bubblewrap is not available in UBI repositories, causing common-utils installation to fail on UBI base images. This change checks package availability before adding bubblewrap to the install list, following the same pattern used for compat-openssl10 and redhat-lsb-core. Also adds a test scenario for UBI 8 image.
Copilot
AI
changed the title
[WIP] Fix bubblewrap availability in common-utils on UBI base image
fix: make bubblewrap conditionally installed on RedHat-based systems
May 18, 2026
Copilot
AI
changed the title
fix: make bubblewrap conditionally installed on RedHat-based systems
fix: make bubblewrap conditionally installed for RedHat-based images
May 18, 2026
Kaniska244
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bubblewrapis not available in UBI repositories, causingcommon-utilsinstallation to fail onregistry.access.redhat.com/ubi8/ubibase images withNo match for argument: bubblewrap.Changes
bubblewrapfrom the unconditional package list to a conditional check using the same${install_cmd} -q listpattern already used forcompat-openssl10andredhat-lsb-coreubi-8scenario usingregistry.access.redhat.com/ubi8/ubi:8.10