Skip to content

feat(containerfile): add UBI base image support#55

Merged
feloy merged 1 commit into
mainfrom
ubi-base
Jun 2, 2026
Merged

feat(containerfile): add UBI base image support#55
feloy merged 1 commit into
mainfrom
ubi-base

Conversation

@feloy

@feloy feloy commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Adds registry.access.redhat.com/ubi10/ubi as a supported base image (image = "ubi", default tag 10.2-1780377767). The dnf system stage is refactored to accept the base image reference and package list as parameters, so fedora and ubi share the same stage implementation while differing on registry and installed packages. The ubi variant omits curl, iproute, iptables, and traceroute, which are present in the base image by default. Integration tests and README updated to match.

Adds registry.access.redhat.com/ubi10/ubi as a supported base image
(image = "ubi", default tag 10.2-1780377767). The dnf system stage is
refactored to accept the base image reference and package list as
parameters, so fedora and ubi share the same stage implementation
while differing on registry and installed packages. The ubi variant
omits curl, iproute, iptables, and traceroute, which are present in
the base image by default. Integration tests and README updated to
match.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Philippe Martin <phmartin@redhat.com>
@codecov

codecov Bot commented Jun 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@5d0236f). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage        ?   87.74%           
=======================================
  Files           ?       16           
  Lines           ?     2333           
  Branches        ?        0           
=======================================
  Hits            ?     2047           
  Misses          ?      286           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@feloy feloy merged commit 7e54547 into main Jun 2, 2026
6 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.

1 participant