Skip to content

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

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

chore(deps): bump ubi9/ubi-minimal from 9.7-1776104705 to 9.7-1778562320 in /build#725
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/build/ubi9/ubi-minimal-9.7-1778562320

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

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 available versions across build configurations to maintain platform stability and compatibility.

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

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

coderabbitai Bot commented May 18, 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: 91ff561c-1946-4db0-b8d0-1d836fde2879

📥 Commits

Reviewing files that changed from the base of the PR and between ee483fd and 5cc2475.

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

Walkthrough

Three Dockerfiles update the registry.access.redhat.com/ubi9/ubi-minimal base image tag from 9.7-1776104705 to 9.7-1778562320: the main operator build, the OLM registry builder, and the webhook builder. All other build and runtime logic remains unchanged.

Changes

Base image updates

Layer / File(s) Summary
UBI minimal image tag updates across build stages
build/Dockerfile, build/Dockerfile.olm-registry, build/Dockerfile.webhook
All three Dockerfile runtime stages update the ubi9/ubi-minimal base image tag to the same newer patch version, with no changes to build logic, entrypoints, or artifact handling.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
Ote Binary Stdout Contract ❌ Error The PR adds fips.go with fmt.Println() in init() function at package main level. This writes non-JSON to stdout, violating OTE Binary Stdout Contract. Replace fmt.Println() with stderr output via fmt.Fprintf(os.Stderr, ...) or use klog with klog.LogToStderr(true) in setup code.
✅ Passed checks (11 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the ubi9/ubi-minimal base image tag across build Dockerfiles from 9.7-1776104705 to 9.7-1778562320.
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 Not applicable - PR only updates Docker base image tags in Dockerfiles. No test code changes, no Ginkgo tests present in this PR. Custom check for test naming conventions does not apply.
Test Structure And Quality ✅ Passed The PR only updates Docker base image tags in build Dockerfiles. The "Test Structure and Quality" check applies to Ginkgo test code, which is not modified in this PR. The check is not applicable.
Microshift Test Compatibility ✅ Passed PR only updates Docker base image tags. No new Ginkgo e2e tests are added. The MicroShift compatibility check applies only when tests are added, making it not applicable here.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR contains only Docker base image tag updates. No new Ginkgo e2e tests are added. Repository does not use Ginkgo framework. Check not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Docker base image tag updates only. No Kubernetes manifests, scheduling constraints, affinity rules, or replicas modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Custom check for IPv6/disconnected network test compatibility is not applicable. PR only updates Docker base image tags in three Dockerfiles and adds no new Ginkgo e2e tests.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/docker/build/ubi9/ubi-minimal-9.7-1778562320

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

@openshift-ci openshift-ci Bot requested review from Ajpantuso and ashishmax31 May 18, 2026 21:52
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 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 18, 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 venkateshsredhat 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

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.24%. Comparing base (ee483fd) to head (5cc2475).

Additional details and impacted files

Impacted file tree graph

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

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