Skip to content

Bump ubi9/ubi-minimal from 9.7-1778461551 to 9.7-1778562320 in /build#242

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps ubi9/ubi-minimal from 9.7-1778461551 to 9.7-1778562320.

Summary by CodeRabbit

  • Chores
    • Updated base container image versions to the latest patch release for enhanced stability and security.

@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 11, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 11, 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: 3a07f4c5-29cf-4d99-9ed2-89fc4a229e18

📥 Commits

Reviewing files that changed from the base of the PR and between 6044350 and 0f09a43.

📒 Files selected for processing (2)
  • build/Dockerfile
  • build/Dockerfile.olm-registry
🚧 Files skipped from review as they are similar to previous changes (1)
  • build/Dockerfile.olm-registry

Walkthrough

Two Dockerfiles update their UBI 9 minimal runtime base image tag from 9.7-1778461551 to 9.7-1778562320. All builder-stage and runtime instructions remain unchanged.

Changes

Base Image Update

Layer / File(s) Summary
Runtime Base Images
build/Dockerfile, build/Dockerfile.olm-registry
Runtime FROM for registry.access.redhat.com/ubi9/ubi-minimal updated from 9.7-1778461551 to 9.7-1778562320 in both Dockerfiles; other stages and instructions unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

lgtm, approved

Suggested reviewers

  • devppratik
🚥 Pre-merge checks | ✅ 11 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is minimal and missing required sections. It lacks details on what is being added, manual testing steps, and other template-required information. Add context explaining the purpose of the version bump, include testing steps, and follow the repository's description template with all required sections.
✅ Passed checks (11 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: bumping the ubi9/ubi-minimal base image to a newer version across 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 updates Docker base image tags. No test files or Ginkgo test names were modified, so this check is not applicable.
Test Structure And Quality ✅ Passed PR only bumps Docker base image versions in Dockerfiles. Test code quality check does not apply as no test files were modified.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. Changes are limited to Docker base image tag updates in build files. MicroShift test compatibility check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Check not applicable: PR only updates Docker base image versions, not Ginkgo e2e tests.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Docker base image tags in Dockerfiles. Does not modify deployment manifests, operator code, or controllers. No scheduling constraints introduced. Check not applicable.
Ote Binary Stdout Contract ✅ Passed PR only modifies Docker base image tags in Dockerfiles. No Go code changes. OTE Binary Stdout Contract check is not applicable to Dockerfile-only changes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. The changes only involve updating Docker base image tags in build/Dockerfile and build/Dockerfile.olm-registry. The custom check does not apply.

✏️ 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.7-1778461551

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

@openshift-ci openshift-ci Bot requested review from chamalabey and devppratik May 11, 2026 16:34
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 11, 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.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.60%. Comparing base (3b59c4f) to head (6044350).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #242   +/-   ##
=======================================
  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.

Bumps ubi9/ubi-minimal from 9.7-1778461551 to 9.7-1778562320.

---
updated-dependencies:
- dependency-name: ubi9/ubi-minimal
  dependency-version: 9.7-1778461551
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump ubi9/ubi-minimal from 9.7-1776833838 to 9.7-1778461551 in /build Bump ubi9/ubi-minimal from 9.7-1778461551 to 9.7-1778562320 in /build May 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/docker/build/ubi9/ubi-minimal-9.7-1778461551 branch from 6044350 to 0f09a43 Compare May 15, 2026 11:41
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 15, 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 rafael-azevedo 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 15, 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.

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