Skip to content

Bump ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1777857961 in /build#441

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/docker/build/ubi9/ubi-minimal-9.7-1777857961
Open

Bump ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1777857961 in /build#441
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/docker/build/ubi9/ubi-minimal-9.7-1777857961

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1777857961.

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 for improved stability and security.

Bumps ubi9/ubi-minimal from 9.7-1773939694 to 9.7-1777857961.

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

coderabbitai Bot commented May 5, 2026

Walkthrough

Two Dockerfile base image tags are updated from UBI9 minimal 9.7-1773939694 to 9.7-1777857961 across the build directory, with no other build instructions or configuration modified.

Changes

Base Image Tag Updates

Layer / File(s) Summary
Runtime Image Configuration
build/Dockerfile, build/Dockerfile.olm-registry
UBI9 minimal base image tag updated from 9.7-1773939694 to 9.7-1777857961 in both Dockerfiles.

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, 1 warning)

Check name Status Explanation Resolution
Ote Binary Stdout Contract ❌ Error PR introduces OTE Binary Stdout Contract violation: main.go line 114 uses zap.WriteTo(os.Stdout) in main() function. This writes non-JSON logs to stdout, corrupting OTE test listing. Fix main.go line 114: Replace zap.WriteTo(os.Stdout) with zap.WriteTo(os.Stderr) to redirect logs to stderr, ensuring stdout remains reserved for OTE JSON output.
Microshift Test Compatibility ⚠️ Warning PR adds e2e tests using config.openshift.io APIServer, operators.coreos.com OLM (CSV, CatalogSource, Subscription), and Infrastructure APIs without MicroShift skip conditions or apigroup tags. Add [apigroup:config.openshift.io] and [apigroup:operators.coreos.com] tags to test names, or add IsMicroShiftCluster() guards with Skip(). Run periodic-ci-openshift-microshift-release-4.22-periodics-e2e-aws-ovn-ocp-conformance to verify.
✅ Passed checks (10 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 base Docker image tag in the /build directory across both Dockerfiles.
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 All Ginkgo test names are stable, deterministic, and use descriptive static strings with no dynamic values or pattern violations.
Test Structure And Quality ✅ Passed Custom check is not applicable. The PR only modifies Dockerfile base image tags (dependency bump), not Ginkgo test code. Check criteria cannot be evaluated against non-test files.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates Docker base images in build/ Dockerfiles. No Ginkgo e2e tests are added. The check applies only when new e2e tests are added, so it is not applicable here.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Docker base image tags in build Dockerfiles. No deployment manifests, operator code, or controllers are modified, so the topology-aware scheduling check does not apply.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only updates Docker base image versions in Dockerfiles. No new Ginkgo e2e tests are added, so the custom check is not applicable.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/docker/build/ubi9/ubi-minimal-9.7-1777857961

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

@openshift-ci openshift-ci Bot requested review from tkong-redhat and tnierman May 5, 2026 02:05
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 5, 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 5, 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 bmeng 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

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.olm-registry (1)

7-7: ⚡ Quick win

Pin the UBI base image by digest in both Dockerfiles for reproducible and safer builds.

Using only a tag leaves rebuilds non-deterministic if the tag is republished. Keep the tag for readability, but add @sha256:<digest> for immutability.

Suggested changes
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961@sha256:<resolved-digest>

Apply the same change to both build/Dockerfile (line 11) and build/Dockerfile.olm-registry (line 7).

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@build/Dockerfile.olm-registry` at line 7, The FROM instruction currently uses
the mutable tag "registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961";
update that line to pin the image by digest by appending `@sha256`:<actual-digest>
(keep the tag for readability) so the instruction becomes "FROM
registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961@sha256:<digest>";
apply the exact same change to the matching FROM line in the other Dockerfile to
ensure both builds are reproducible and immutable.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@build/Dockerfile.olm-registry`:
- Line 7: The FROM instruction currently uses the mutable tag
"registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961"; update that line
to pin the image by digest by appending `@sha256`:<actual-digest> (keep the tag
for readability) so the instruction becomes "FROM
registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961@sha256:<digest>";
apply the exact same change to the matching FROM line in the other Dockerfile to
ensure both builds are reproducible and immutable.

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: b1cacec8-c919-4bcc-999d-007c1335ba93

📥 Commits

Reviewing files that changed from the base of the PR and between e855464 and 48cee6d.

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

@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.15%. Comparing base (e855464) to head (48cee6d).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #441   +/-   ##
=======================================
  Coverage   57.15%   57.15%           
=======================================
  Files          29       29           
  Lines        2138     2138           
=======================================
  Hits         1222     1222           
  Misses        802      802           
  Partials      114      114           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openshift-ci
Copy link
Copy Markdown
Contributor

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

0 participants