Skip to content

chore(deps): bump ubi9/ubi-minimal from 9.7-1776104705 to 9.7-1776833838 in /build#720

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/docker/build/ubi9/ubi-minimal-9.7-1776833838
Closed

chore(deps): bump ubi9/ubi-minimal from 9.7-1776104705 to 9.7-1776833838 in /build#720
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/docker/build/ubi9/ubi-minimal-9.7-1776833838

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps ubi9/ubi-minimal from 9.7-1776104705 to 9.7-1776833838.

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 used in the build and deployment infrastructure.

Bumps ubi9/ubi-minimal from 9.7-1776104705 to 9.7-1776833838.

---
updated-dependencies:
- dependency-name: ubi9/ubi-minimal
  dependency-version: 9.7-1776833838
  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 Apr 27, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 27, 2026

Walkthrough

The pull request updates the Red Hat Universal Base Image (UBI) minimal container image tags across three Dockerfiles from version 1776104705 to 1776833838, reflecting a newer snapshot of the ubi-minimal:9.7 image used for runtime environments.

Changes

Cohort / File(s) Summary
Base Image Tag Updates
build/Dockerfile, build/Dockerfile.olm-registry, build/Dockerfile.webhook
Updated UBI minimal base image tag from 9.7-1776104705 to 9.7-1776833838 across all runtime stages; no build logic or configuration changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: updating the ubi9/ubi-minimal Docker base image tag across build files from 9.7-1776104705 to 9.7-1776833838.
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 Docker base image versions in Dockerfile files with no changes to Ginkgo test definitions.
Test Structure And Quality ✅ Passed The custom check for Ginkgo test code quality is not applicable to this pull request as it only modifies Dockerfile base image versions with no test code changes.
Microshift Test Compatibility ✅ Passed PR only updates Docker base image versions and contains no new Ginkgo e2e tests.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This pull request only updates Docker base image versions in three Dockerfile configurations and does not add any new Ginkgo e2e tests.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Docker base image tags in build Dockerfiles with no scheduling constraints added.
Ote Binary Stdout Contract ✅ Passed Pull request only modifies Docker base image versions in Dockerfile files with no Go code changes affecting OTE Binary Stdout Contract.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR contains only Dockerfile base image tag updates and no new Ginkgo e2e tests, making the IPv6/disconnected network compatibility 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.7-1776833838

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

@openshift-ci openshift-ci Bot requested review from Ajpantuso and Ankit152 April 27, 2026 14:45
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 27, 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 robshelly 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 Apr 27, 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.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
build/Dockerfile.webhook (1)

1-1: Consider removing the unused Dockerfile.

The file is marked as unused since the webhook binary is now part of the main image. Maintaining dependencies in unused files creates unnecessary maintenance overhead.

Consider removing this file in a follow-up PR to reduce maintenance burden, or if it's kept for historical/rollback purposes, document that intent clearly.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@build/Dockerfile.webhook` at line 1, Remove the unused Dockerfile.webhook
file (build/Dockerfile.webhook) from the repo to avoid maintenance overhead
since the webhook binary is now included in the main image; if you prefer to
keep it for historical/rollback reasons, add a short README or commented header
inside Dockerfile.webhook explaining why it is retained and when it can be
removed so future maintainers understand its intent.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@build/Dockerfile.webhook`:
- Line 1: Remove the unused Dockerfile.webhook file (build/Dockerfile.webhook)
from the repo to avoid maintenance overhead since the webhook binary is now
included in the main image; if you prefer to keep it for historical/rollback
reasons, add a short README or commented header inside Dockerfile.webhook
explaining why it is retained and when it can be removed so future maintainers
understand its intent.

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: 7f6accc5-5481-4576-9746-9d28bce97e80

📥 Commits

Reviewing files that changed from the base of the PR and between f930964 and 37115ed.

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 27, 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 59.24%. Comparing base (f930964) to head (37115ed).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #720   +/-   ##
=======================================
  Coverage   59.24%   59.24%           
=======================================
  Files          62       62           
  Lines        4125     4125           
=======================================
  Hits         2444     2444           
  Misses       1532     1532           
  Partials      149      149           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Superseded by #722.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot dependabot Bot deleted the dependabot/docker/build/ubi9/ubi-minimal-9.7-1776833838 branch May 4, 2026 15:22
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