Skip to content

Bump ubi9/ubi-minimal from 9.7-1778461551 to 9.8-1779709832 in /build#247

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/build/ubi9/ubi-minimal-9.8-1779709832
Open

Bump ubi9/ubi-minimal from 9.7-1778461551 to 9.8-1779709832 in /build#247
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/build/ubi9/ubi-minimal-9.8-1779709832

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps ubi9/ubi-minimal from 9.7-1778461551 to 9.8-1779709832.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated container base images to the latest compatible versions.

Bumps ubi9/ubi-minimal from 9.7-1778461551 to 9.8-1779709832.

---
updated-dependencies:
- dependency-name: ubi9/ubi-minimal
  dependency-version: 9.8-1779709832
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels May 25, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 25, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: e23289ed-18a7-40d2-a2e8-4740dec8a621

📥 Commits

Reviewing files that changed from the base of the PR and between 0a6f0ba and f05ae86.

📒 Files selected for processing (2)
  • build/Dockerfile
  • build/Dockerfile.olm-registry

Walkthrough

This PR updates two Dockerfiles to use a newer ubi-minimal base image for their runtime stages. The main application Dockerfile and the OLM registry Dockerfile both bump from version 9.7 to 9.8, with all build steps and entrypoints remaining unchanged.

Changes

Docker base image updates

Layer / File(s) Summary
Update ubi-minimal base image to 9.8
build/Dockerfile, build/Dockerfile.olm-registry
Both runtime Dockerfiles update their final stage base image tag from ubi-minimal:9.7 to ubi-minimal:9.8. All builder stages, build steps, filesystem layout, users, and entrypoints remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

lgtm

Suggested reviewers

  • devppratik
  • ravitri
🚥 Pre-merge checks | ✅ 10 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is largely incomplete, missing critical sections from the template including 'What is being added?', test validation steps, and the reference ticket. Only a basic Dependabot-generated summary is provided. Add a description explaining the purpose of the update, provide manual testing steps, confirm local testing, and include the relevant OSD reference ticket number.
Microshift Test Compatibility ⚠️ Warning New Ginkgo e2e tests added use unavailable APIs: Machine API (machine.openshift.io) and OCM cluster management; no MicroShift protection ([Skipped:MicroShift] tags or apigroup filters) are present. Add [apigroup:machine.openshift.io] tag to test name or [Skipped:MicroShift] label, or wrap test with exutil.IsMicroShiftCluster() check to skip on MicroShift.
✅ Passed checks (10 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely summarizes the main change: bumping the ubi9/ubi-minimal base image version in the /build directory.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR only modifies Dockerfile base image versions; no Ginkgo test files or test names are changed, making this check not applicable.
Test Structure And Quality ✅ Passed PR only modifies Docker base image tags in Dockerfile and Dockerfile.olm-registry; contains no changes to any Ginkgo test files, making the test structure check inapplicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates Docker base images in build/Dockerfile and build/Dockerfile.olm-registry; no new Ginkgo e2e tests are added, so SNO test compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Docker base image tags in Dockerfiles; no deployment manifests, operator code, controllers, or scheduling constraints were added or modified.
Ote Binary Stdout Contract ✅ Passed PR contains only Docker base image tag updates (9.7→9.8). No Go source code changes, no test structure modifications, and no new stdout/logging that could violate OTE binary stdout contract.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only updates Docker base image tags in /build; no new Ginkgo e2e tests added, making this check not applicable.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/docker/build/ubi9/ubi-minimal-9.8-1779709832

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

@openshift-ci openshift-ci Bot requested review from iamkirkbater and ravitri May 25, 2026 16:23
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 25, 2026

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 25, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign bergmannf for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 25, 2026

@dependabot[bot]: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.60%. Comparing base (0a6f0ba) to head (f05ae86).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #247   +/-   ##
=======================================
  Coverage   58.60%   58.60%           
=======================================
  Files           5        5           
  Lines         244      244           
=======================================
  Hits          143      143           
  Misses         87       87           
  Partials       14       14           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant