Skip to content

fix: enable Fedora repos and fix package availability in Hummingbird images#9

Merged
maxamillion merged 1 commit into
LobsterTrap:midstreamfrom
maxamillion:container-builds
Apr 3, 2026
Merged

fix: enable Fedora repos and fix package availability in Hummingbird images#9
maxamillion merged 1 commit into
LobsterTrap:midstreamfrom
maxamillion:container-builds

Conversation

@maxamillion

Copy link
Copy Markdown

Summary

  • Fixes container image build failures caused by missing packages in the Hummingbird repository.

Problem

The Hummingbird container images use a curated package repository that does not include many standard Fedora packages (protobuf-compiler, iptables, socat, rsync, curl, tar). Additionally, the hummingbird/curl:latest-builder image lacks curl and tar binaries, and the nvidia-container-toolkit stage fails SSL cert validation.

Fix

  1. Enable Fedora repos — adds dnf install -y fedora-repos as the first step in stages that need packages outside the Hummingbird repo (rust-builder, cluster, CI image)
  2. Replace curl builder stages — switches k9s and helm download stages from hummingbird/curl:latest-builder to core-runtime:latest-builder with curl, tar, gzip installed explicitly
  3. Add ca-certificates to nvidia-container-toolkit stage to fix SSL errors when fetching the NVIDIA RPM repo

Testing

After merging, trigger all image builds:

gh workflow run "Build CI Image" --repo LobsterTrap/OpenShell --ref midstream
gh workflow run "Midstream Container Build" --repo LobsterTrap/OpenShell --ref midstream

…images

The Hummingbird repository contains a curated subset of packages and
does not include protobuf-compiler, iptables, socat, or rsync. Enable
the standard Fedora repositories via 'dnf install -y fedora-repos'
before installing these packages.

Also switches k9s and helm download stages from hummingbird/curl
(which lacks curl and tar) to core-runtime:latest-builder with
curl, tar, and gzip installed explicitly.

Adds ca-certificates to the nvidia-container-toolkit stage to fix
SSL cert errors when fetching the NVIDIA RPM repository.

Signed-off-by: Adam Miller <admiller@redhat.com>
@coderabbitai

coderabbitai Bot commented Apr 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e8ba0f44-3f0f-4bc8-83d2-e1b25338b7df

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@maxamillion maxamillion merged commit 83bd24e into LobsterTrap:midstream Apr 3, 2026
11 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